地图展示具体位置

pull/6/head
zhaoyu 2024-01-04 16:44:12 +08:00
parent beea017dbb
commit fdbecc3f17
2 changed files with 4 additions and 2 deletions

View File

@ -113,8 +113,6 @@
<td><el-button type="success" @click="handleMap(pd)"></el-button></td> <td><el-button type="success" @click="handleMap(pd)"></el-button></td>
</tr> </tr>
<tr> <tr>
<!-- <td class="tbg">合同起止时间</td>
<td>{{ pd.CONTRACT_STIME }} {{ pd.CONTRACT_ETIME }}</td>-->
<td class="tbg">具体位置</td> <td class="tbg">具体位置</td>
<td colspan="3">{{ pd.LOCATION }}</td> <td colspan="3">{{ pd.LOCATION }}</td>
</tr> </tr>

View File

@ -76,6 +76,10 @@
<span v-if="pd.STATE == -2"></span> <span v-if="pd.STATE == -2"></span>
</td> </td>
</tr> </tr>
<tr>
<td class="bbg-transparent">具体位置</td>
<td colspan="3">{{ pd.LOCATION }}</td>
</tr>
<tr v-for="(item, index) in file9" :key="index"> <tr v-for="(item, index) in file9" :key="index">
<td class="bbg-transparent">安全管理协议{{ index + 1 }}</td> <td class="bbg-transparent">安全管理协议{{ index + 1 }}</td>
<td colspan="2">{{ item.FILE_NAME }}</td> <td colspan="2">{{ item.FILE_NAME }}</td>