修改 任务内容 长度

This commit is contained in:
GGJ
2024-08-23 11:40:23 +08:00
parent f490afdd6d
commit 51cad8f4b9
3 changed files with 9 additions and 9 deletions

View File

@@ -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 },