From 8fd2a09a4568f6443375d220ccdcd889a89853b8 Mon Sep 17 00:00:00 2001 From: Caojr Date: Mon, 24 Nov 2025 15:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B1=95=E7=A4=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Employeelearning.vue | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/report/Employeelearning.vue b/src/views/report/Employeelearning.vue index 1ebd822d..0b9f98a1 100644 --- a/src/views/report/Employeelearning.vue +++ b/src/views/report/Employeelearning.vue @@ -504,17 +504,6 @@ export default { colSortNo: 5, visible: true, }, - { - title: "项目完成数", - dataIndex: "projectCompletedNum", - ellipsis: true, - key: "projectCompletedNum", - width: 120, - align: "center", - colSortNo: 6, - visible: true, - customRender: (text) => {return !text.value?'0':text.value;} - }, { title: "面授完成数", dataIndex: "offCourseCompletedNum", @@ -522,7 +511,7 @@ export default { key: "offCourseCompletedNum", width: 120, align: "center", - colSortNo: 7, + colSortNo: 6, visible: true, customRender: (text) => {return !text.value?'0':text.value;} }, @@ -533,7 +522,7 @@ export default { key: "offCourseCompletedRate", width: 120, align: "center", - colSortNo: 8, + colSortNo: 7, visible: true, customRender: (text) => {return !text.value && text.value != 0?'0%':text.value + "%";} }, @@ -544,7 +533,7 @@ export default { key: "onlineCompletedNum", width: 130, align: "center", - colSortNo: 9, + colSortNo: 8, visible: true, customRender: (text) => {return !text.value?'0':text.value;} }, @@ -555,7 +544,7 @@ export default { key: "onlineCompletedDuration", width: 160, align: "center", - colSortNo: 10, + colSortNo: 9, visible: true, customRender: (text) => {return !text.value?'0':text.value;} }, @@ -594,6 +583,17 @@ export default { customRender: (text) => {return !text.value && text.value != 0?'0%':text.value + "%";} }, */ + { + title: "项目完成数", + dataIndex: "projectCompletedNum", + ellipsis: true, + key: "projectCompletedNum", + width: 120, + align: "center", + colSortNo: 10, + visible: true, + customRender: (text) => {return !text.value?'0':text.value;} + }, { title: "项目完成率", dataIndex: "projectCompletedRate",