From df39b348c7743e3275aca6053a46c2d63efc5bfb Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 24 三月 2023 10:30:25 +0800 Subject: [PATCH] 修改部门管理 --- src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue b/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue index 28f223d..0134bf9 100644 --- a/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue +++ b/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue @@ -52,13 +52,7 @@ </span> </template> </el-table-column> - <el-table-column property="execClassgroupId" label="巡检班组"> - <template #default="scope"> - <span> - {{ parseNumber(scope.row.execClassgroupId, '巡检班组') }} - </span> - </template> - </el-table-column> + <el-table-column property="execClassgroupName" label="巡检班组"/> <el-table-column property="frequency" label="检查频次"> <template #default="scope"> <span> -- Gitblit v1.9.2