From 1a667ac82180aa5b33a293dda0190f0e9a0c8d17 Mon Sep 17 00:00:00 2001 From: sunhonglai Date: Thu, 3 Apr 2025 11:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/project/lockLecturer.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/project/lockLecturer.vue b/src/components/project/lockLecturer.vue index 8b23f99f..4ffe8a81 100644 --- a/src/components/project/lockLecturer.vue +++ b/src/components/project/lockLecturer.vue @@ -215,6 +215,12 @@ const columnsThree = [ }, ] const columnsTwo = ref([ + { + title: '审批单号', + dataIndex: 'approvalNo', + key: 'approvalNo', + align: 'center', + }, { title: '审批提交时间', dataIndex: 'createTime', @@ -247,6 +253,12 @@ const columnsTwo = ref([ } } }, + { + title: '审批完成时间', + dataIndex: 'finishTime', + key: 'finishTime', + align: 'center', + }, { title: '提交人', dataIndex: 'employeeName',