具体位置

pull/9/head
zhaoyu 2024-01-04 16:51:20 +08:00
parent f0777dccbd
commit b5e41c1628
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@
<td v-else colspan="2">未定位</td>
<td><el-button type="success" @click="handleMap(pd)"></el-button></td>
</tr>
<tr>
<td class="tbg">具体位置</td>
<td colspan="3">{{ pd.LOCATION }}</td>
</tr>
<tr v-for="(item,index) in file9" :key="index">
<td class="tbg">安全管理协议{{ index +1 }}</td>
<td colspan="2">{{ item.FILE_NAME }}</td>