mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
页面新增字段展示
This commit is contained in:
@@ -215,6 +215,12 @@ const columnsThree = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
const columnsTwo = ref([
|
const columnsTwo = ref([
|
||||||
|
{
|
||||||
|
title: '审批单号',
|
||||||
|
dataIndex: 'approvalNo',
|
||||||
|
key: 'approvalNo',
|
||||||
|
align: 'center',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '审批提交时间',
|
title: '审批提交时间',
|
||||||
dataIndex: 'createTime',
|
dataIndex: 'createTime',
|
||||||
@@ -247,6 +253,12 @@ const columnsTwo = ref([
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '审批完成时间',
|
||||||
|
dataIndex: 'finishTime',
|
||||||
|
key: 'finishTime',
|
||||||
|
align: 'center',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '提交人',
|
title: '提交人',
|
||||||
dataIndex: 'employeeName',
|
dataIndex: 'employeeName',
|
||||||
|
|||||||
Reference in New Issue
Block a user