From 510ddbf1ab74d751a47dbe1486a4cefafc98e9b4 Mon Sep 17 00:00:00 2001 From: zty <1048209592@qq.com> Date: Tue, 20 Aug 2024 14:51:36 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=A1=B9=E7=9B=AE=E7=BB=93=E9=A1=B9=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=9F=A5=E8=AF=A2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../conclusion/ConclusionDetail.vue | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/kehui-oa-front/src/pages/projectManagements/conclusion/ConclusionDetail.vue b/kehui-oa-front/src/pages/projectManagements/conclusion/ConclusionDetail.vue index 00e69e5..43e53b4 100644 --- a/kehui-oa-front/src/pages/projectManagements/conclusion/ConclusionDetail.vue +++ b/kehui-oa-front/src/pages/projectManagements/conclusion/ConclusionDetail.vue @@ -234,6 +234,40 @@ export default { } }, methods: { + initTableColumns() { + this.tableColumnsData = [ + { + label: '审批时间', + prop: 'dueDate', + show: true + }, + { + label: '审批人', + prop: 'assigneeName', + show: true + }, + { + label: '节点名称', + prop: 'nodeName', + show: true + }, + { + label: '审批类型', + prop: 'actionName', + show: true + }, + { + label: '审批意见', + prop: 'actionReason', + show: true + }/*, + { + label: '操作', + prop: 'actionReason', + show: true + }*/ + ]; + }, //审核 handleConfirm() { let map = {