applications/drone-command/src/views/areaManage/areaStatistics/FormDiaLog.vue
@@ -42,7 +42,7 @@ </el-row> </div> <template #footer> <el-button color="#2B2B4C" @click="handleCancel">关闭</el-button> <el-button v-if="dialogMode != 'view'" color="#2B2B4C" @click="handleCancel">关闭</el-button> </template> </el-dialog> </template> @@ -68,7 +68,7 @@ const formData = ref(initForm()) // 弹框显隐 const visible = defineModel() // 弹框模式 const dialogMode = ref('view') // ???? const dialogMode = ref('view') // 弹窗模式 const titleEnum = ref({ view: '查看' }) const dictObj = inject('dictObj')