From 2c9999d20ae7e98cb1ac31ff5b4594ce4c49a9d6 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期四, 12 十二月 2024 17:24:24 +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