From 1320baf817d73d83af3cb0498130689dcf478e0b Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 29 十一月 2024 23:49:22 +0800 Subject: [PATCH] 首页待办 --- src/views/components/tidingsTable.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/components/tidingsTable.vue b/src/views/components/tidingsTable.vue index 8009d8e..99d3b80 100644 --- a/src/views/components/tidingsTable.vue +++ b/src/views/components/tidingsTable.vue @@ -107,8 +107,8 @@ currentTabId: 0, //閰嶇疆琛ㄦ牸琛ㄥご鏁版嵁 currentTableHeaders: [ - { label: '鎺掑簭', prop: 'index', minWidth: 50, align: 'center', slot: 'sort' }, - { label: '鍙戝竷鍗曚綅', prop: 'commitDept', minWidth: 150, align: 'left' }, + { label: '#', prop: 'index', minWidth: 50, align: 'center', slot: 'sort' }, + { label: '瀹℃壒鐜妭', prop: 'taskDefinitionKey', minWidth: 150, align: 'left' }, { label: '鍐呭', prop: 'content', minWidth: 300, align: 'left' }, { label: '鏃堕棿', prop: 'createTime', minWidth: 143, align: 'left' } ] @@ -173,12 +173,12 @@ this.getReadFun(row.id); if (row.auditType === '2') { this.$router.push({ - path: '/projectManage/nodeDetails', + path: '/process', query: { taskId: row.taskId, id: row.businessKey, auditType: row.auditType, disabled: 'true' } }); } else { this.$router.push({ - path: '/projectManage/nodeDetails', + path: '/process', query: { taskId: row.taskId, id: row.businessKey, disabled: 'true' } }); } -- Gitblit v1.8.0