|
@@ -153,11 +153,11 @@
|
|
|
<dict-tag :options="dict.type.camera_factory" :value="scope.row.cameraFactory"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="融合平台" align="center" prop="convergencePlatform">
|
|
|
- <template slot-scope="scope">
|
|
|
- <dict-tag :options="dict.type.convergence_platform" :value="scope.row.convergencePlatform"/>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="融合平台" align="center" prop="convergencePlatform">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <dict-tag :options="dict.type.convergence_platform" :value="scope.row.convergencePlatform"/>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<!-- <el-table-column label="所属区域" align="center" prop="cameraRegion"/>-->
|
|
|
<el-table-column label="设备状态" align="center" prop="workingStatus" width="100">
|
|
|
<template slot-scope="scope">
|