From 22c8cf0deff9683cd5bd9a69fefbcf74b229ec06 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 7 Mar 2024 18:57:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=A0=87=E7=AE=A1=E7=90=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/supervise/supervise.js | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/option/supervise/supervise.js b/src/option/supervise/supervise.js index 977f30dd..e49ed6cb 100644 --- a/src/option/supervise/supervise.js +++ b/src/option/supervise/supervise.js @@ -88,10 +88,9 @@ export const managementColumnList = [ width: 55, fixed: true, }, - { - prop: 'name', - label: '指标名称', + prop: 'parentClassifyName', + label: '指标分类', type: 1, values: '', width: '130', @@ -101,8 +100,8 @@ export const managementColumnList = [ head: false, }, { - prop: 'description', - label: '指标描述', + prop: 'name', + label: '指标名称', type: 1, values: '', width: '130', @@ -112,8 +111,8 @@ export const managementColumnList = [ head: false, }, { - prop: 'parentClassifyName', - label: '指标分类', + prop: 'description', + label: '指标描述', type: 1, values: '', width: '130', @@ -123,8 +122,8 @@ export const managementColumnList = [ head: false, }, { - prop: 'pointStr', - label: '考核积分', + prop: 'examineDeptName', + label: '考核范围', type: 1, values: '', width: '130', @@ -134,8 +133,8 @@ export const managementColumnList = [ head: false, }, { - prop: 'examineDeptName', - label: '考核范围', + prop: 'createDeptName', + label: '考核归属部门', type: 1, values: '', width: '130', @@ -145,8 +144,8 @@ export const managementColumnList = [ head: false, }, { - prop: 'createDeptName', - label: '考核归属部门', + prop: 'pointStr', + label: '考核积分', type: 1, values: '', width: '130', @@ -156,6 +155,8 @@ export const managementColumnList = [ head: false, }, + + { prop: 'createTime', label: '创建时间',