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 = {