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',