mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
页面新增字段展示
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user