diff --git a/front/src/views/personalCenter/components/ApplyDetails.vue b/front/src/views/personalCenter/components/ApplyDetails.vue
index 537f42be..5b72d430 100644
--- a/front/src/views/personalCenter/components/ApplyDetails.vue
+++ b/front/src/views/personalCenter/components/ApplyDetails.vue
@@ -31,7 +31,18 @@
审批详情
子单号:{{ item[0] }}
-
+
+
+
+ {{ text }}
+
+
+
+
{{ text }}
@@ -169,6 +180,32 @@
width: '180px',
},
]
+ const dataSourceColumns = [
+ {
+ title: '操作',
+ dataIndex: 'cz',
+ key: 'cz',
+ width: '180px',
+ },
+ {
+ title: '处理用户',
+ dataIndex: 'czyh',
+ key: 'czyh',
+ width: '180px',
+ },
+ {
+ title: '处理时间',
+ dataIndex: 'clsj',
+ key: 'clsj',
+ width: '180px',
+ },
+ {
+ title: '备注',
+ dataIndex: 'remark',
+ key: 'remark',
+ width: '180px',
+ },
+ ]
const getInfo = () => {
console.log(props.processInstanceId, '============================')
if (props.processDefinitionName == '能力申请') {