安全检查项优化
parent
f4f91b834c
commit
bc3e628959
|
@ -164,12 +164,10 @@
|
|||
<uni-table name='measuresList' border stripe emptyText="暂无更多数据">
|
||||
<!-- 表头行 -->
|
||||
<uni-tr>
|
||||
<uni-th align="center" style="font-weight: bold;">序 号</uni-th>
|
||||
<uni-th align="center" style="font-weight: bold;">主要安全措施</uni-th>
|
||||
<uni-th align="center" style="font-weight: bold;width: 100px">操作</uni-th>
|
||||
</uni-tr>
|
||||
<uni-tr v-for="(item, index) in measuresList" :key="item.BUS_HOTWORK_MEASURES_ID">
|
||||
<uni-td align="center">{{ index + 1 }}</uni-td>
|
||||
<uni-tr v-for="(item,index) in measuresList" :key="item.BUS_HOTWORK_MEASURES_ID">
|
||||
<uni-td>
|
||||
<view style="margin-bottom: 20upx;">
|
||||
{{ item.PROTECTIVE_MEASURES }}
|
||||
|
|
Loading…
Reference in New Issue