|
@@ -42,11 +42,11 @@
|
|
|
<!-- <el-table-column align="left" label="设施类型" prop="facilityType"></el-table-column> -->
|
|
|
<el-table-column align="left" label="地址" prop="address" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="所属街镇" prop="streetTown" show-overflow-tooltip></el-table-column>
|
|
|
- <!-- <el-table-column align="left" label="隐患问题" prop="extendData" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="隐患问题" prop="extendData" show-overflow-tooltip>
|
|
|
<template #default="scope">
|
|
|
- {{scope.row}}
|
|
|
+ {{JSON.parse(scope.row.extendData).test1}}
|
|
|
</template>
|
|
|
- </el-table-column> -->
|
|
|
+ </el-table-column>
|
|
|
|
|
|
</el-table>
|
|
|
</div>
|