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"