From 7c6ba84325da26147d8fac1590afc4d0bdbeae3c Mon Sep 17 00:00:00 2001 From: Dragon <> Date: Wed, 3 Apr 2024 10:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/final/comp/RepeatTaskTableModal.vue | 4 ++-- src/views/final/content/Content.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/final/comp/RepeatTaskTableModal.vue b/src/views/final/comp/RepeatTaskTableModal.vue index 7adf491..951f9d7 100644 --- a/src/views/final/comp/RepeatTaskTableModal.vue +++ b/src/views/final/comp/RepeatTaskTableModal.vue @@ -64,12 +64,12 @@ const columns: DataTableColumns = [ title: '任务ID', key: 'id', fixed: 'left', - width: 180, + width: 200, ellipsis: { tooltip: true, }, render(row: any) { - return row.fromtaskname + return row.pictureid }, }, { diff --git a/src/views/final/content/Content.vue b/src/views/final/content/Content.vue index 33e6ed6..101d3ec 100644 --- a/src/views/final/content/Content.vue +++ b/src/views/final/content/Content.vue @@ -278,7 +278,7 @@ async function formatColumns() { 'text-color': '#507AFD', 'onClick': () => goDetail(row), }, - { default: () => row.fromtaskname }, + { default: () => row.pictureid }, ) }, } @@ -570,7 +570,7 @@ function exportHandler() { '更新时间', ] const filterVal = [ - 'id', + 'pictureid', 'name', 'approvalnode', 'approvalstatus',