页面新增字段展示

This commit is contained in:
sunhonglai
2025-04-03 11:00:17 +08:00
parent 10898f2c57
commit 1a667ac821

View File

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