From f8995d043b74cb00409d7d56f89ba1ec4d49767e Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Tue, 27 Aug 2024 16:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=AE=A1=E5=88=92=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=A1=A8=E5=A4=B4=E5=AE=BD=E5=BA=A6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/views/plan/planList/index.vue b/frontend/src/views/plan/planList/index.vue index 6dde125..4327435 100644 --- a/frontend/src/views/plan/planList/index.vue +++ b/frontend/src/views/plan/planList/index.vue @@ -239,7 +239,6 @@ const columns = reactive[]>([ { prop: "planName", label: "计划名称", - width: 120, }, { prop: "checkMode", @@ -258,7 +257,7 @@ const columns = reactive[]>([ { prop: "checkFrom", label: "检测源", - Width: 120, + width: 120, render: (scope) => { return scope.row.checkFrom == 0 ? "标准源-福禄克-6100A" @@ -272,7 +271,6 @@ const columns = reactive[]>([ { prop: "numberFromName", label: "数字源名称", - width: 120, render: (scope) => { return scope.row.numberFromName == 0 ? "分钟统计数据最大值" @@ -286,7 +284,6 @@ const columns = reactive[]>([ { prop: "checkExe", label: "检测脚本", - width: 120, render: (scope) => { return scope.row.checkExe == 0 ? "国网入网检测脚本(单影响量-模拟式)" @@ -300,7 +297,6 @@ const columns = reactive[]>([ { prop: "wctx", label: "误差体系", - width: 120, render: (scope) => { return scope.row.wctx == 0 ? "Q/GDW 1650.2- 2016"