吉安感知网项目-前端
shuishen
2026-01-20 7b8789643b13dba1f2190f3bde92a7e4fa8eaafc
applications/drone-command/src/views/areaManage/defenseZone/FormDiaLog.vue
@@ -40,7 +40,7 @@
                        <el-table-column prop="sceneName" label="场景名称" />
                        <el-table-column prop="sceneType" label="场景类型">
                           <template v-slot="{ row }">
                              {{ getDictLabel(row.sceneType, dictObj.sceneType) }}
                              {{ getDictLabel(row.sceneType, dictObj.CommandSceneType) }}
                           </template>
                        </el-table-column>
                     </el-table>
@@ -76,7 +76,7 @@
                        <el-table-column prop="sceneName" label="场景名称" />
                        <el-table-column prop="sceneType" label="场景类型">
                           <template v-slot="{ row }">
                              {{ getDictLabel(row.sceneType, dictObj.sceneType) }}
                              {{ getDictLabel(row.sceneType, dictObj.CommandSceneType) }}
                           </template>
                        </el-table-column>
                     </el-table>