Compare commits

..

No commits in common. "6db57dffb4ee51511e6bd4b32c1b0cedc5119258" and "95ff51f2a4eef8cab7bd0056049ec861ae0f7e5b" have entirely different histories.

1 changed files with 23 additions and 23 deletions

View File

@ -97,7 +97,7 @@
</u-cell> </u-cell>
<view class="title-none"> <view class="title-none">
<u-cell> <u-cell>
<view slot="value" style="width: 100%"> <view slot="label" style="width: 100%">
<uni-table border stripe emptyText="暂无更多数据"> <uni-table border stripe emptyText="暂无更多数据">
<uni-tr> <uni-tr>
<uni-th align="center">序号</uni-th> <uni-th align="center">序号</uni-th>
@ -282,7 +282,7 @@
</template> </template>
<script> <script>
import {getSafetyenvironmentalGoEdit, setSafetyenvironmentalVerify} from "@/api"; import {getSafetyenvironmentalGoEdit, setSafetyenvironmentalVerify} from "../../../api";
import sign from "../../../components/sign/sign"; import sign from "../../../components/sign/sign";
export default { export default {