From 51cad8f4b95e3523692e946cf866041930c058a8 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 23 Aug 2024 11:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=20=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=86=85=E5=AE=B9=20=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/bpm/task/done/index.vue | 2 +- src/views/system/bpm/task/myInstance/index.vue | 2 +- src/views/system/bpm/task/todo/index.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/system/bpm/task/done/index.vue b/src/views/system/bpm/task/done/index.vue index c5497fb8..4511f211 100644 --- a/src/views/system/bpm/task/done/index.vue +++ b/src/views/system/bpm/task/done/index.vue @@ -41,7 +41,7 @@ const tableStore = new TableStore({ } }, { title: '任务名称', field: 'processInstance.name', minWidth: 130 }, - { title: '任务内容', field: 'instanceSign', minWidth: 170 }, + { title: '任务内容', field: 'instanceSign', minWidth: 300 }, { title: '发起人', field: 'processInstance.startUser.name', minWidth: 130 }, { title: '发起部门', field: 'processInstance.startUser.deptName', minWidth: 130 }, { title: '当前任务', field: 'name', minWidth: 130 }, diff --git a/src/views/system/bpm/task/myInstance/index.vue b/src/views/system/bpm/task/myInstance/index.vue index a65bdc44..e639cfd7 100644 --- a/src/views/system/bpm/task/myInstance/index.vue +++ b/src/views/system/bpm/task/myInstance/index.vue @@ -45,7 +45,7 @@ const tableStore = new TableStore({ } }, { title: '任务名称', field: 'name', minWidth: 130 }, - { title: '任务内容', field: 'instanceSign', minWidth: 170 }, + { title: '任务内容', field: 'instanceSign', minWidth: 300 }, { title: '流程分类', field: 'category', diff --git a/src/views/system/bpm/task/todo/index.vue b/src/views/system/bpm/task/todo/index.vue index 52de66ab..cb6fdbac 100644 --- a/src/views/system/bpm/task/todo/index.vue +++ b/src/views/system/bpm/task/todo/index.vue @@ -40,16 +40,16 @@ const tableStore = new TableStore({ return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } }, - { title: '任务名称', field: 'processInstance.name', minWidth: 130 }, - { title: '任务内容', field: 'instanceSign', minWidth: 170 }, - { title: '发起人', field: 'processInstance.startUser.name', minWidth: 130 }, - { title: '发起部门', field: 'processInstance.startUser.deptName', minWidth: 130 }, - { title: '发起时间', field: 'createTime', minWidth: 170 }, - { title: '当前任务', field: 'name', minWidth: 130 }, + { title: '任务名称', field: 'processInstance.name', width: 200 }, + { title: '任务内容', field: 'instanceSign', minWidth: 300 }, + { title: '发起人', field: 'processInstance.startUser.name', width: 120 }, + { title: '发起部门', field: 'processInstance.startUser.deptName', width: 120 }, + { title: '发起时间', field: 'createTime', width: 180 }, + { title: '当前任务', field: 'name', width: 140 }, { title: '操作', align: 'center', - width: '230', + width: 100, render: 'buttons', buttons: [ {