From 20b0ce2db27b64a60de60aee05dedd448099e330 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 08 七月 2024 10:12:16 +0800 Subject: [PATCH] xiugai --- 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