修改 任务内容 长度
This commit is contained in:
@@ -41,7 +41,7 @@ const tableStore = new TableStore({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ title: '任务名称', field: 'processInstance.name', minWidth: 130 },
|
{ 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.name', minWidth: 130 },
|
||||||
{ title: '发起部门', field: 'processInstance.startUser.deptName', minWidth: 130 },
|
{ title: '发起部门', field: 'processInstance.startUser.deptName', minWidth: 130 },
|
||||||
{ title: '当前任务', field: 'name', minWidth: 130 },
|
{ title: '当前任务', field: 'name', minWidth: 130 },
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ const tableStore = new TableStore({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ title: '任务名称', field: 'name', minWidth: 130 },
|
{ title: '任务名称', field: 'name', minWidth: 130 },
|
||||||
{ title: '任务内容', field: 'instanceSign', minWidth: 170 },
|
{ title: '任务内容', field: 'instanceSign', minWidth: 300 },
|
||||||
{
|
{
|
||||||
title: '流程分类',
|
title: '流程分类',
|
||||||
field: 'category',
|
field: 'category',
|
||||||
|
|||||||
@@ -40,16 +40,16 @@ const tableStore = new TableStore({
|
|||||||
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
|
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ title: '任务名称', field: 'processInstance.name', minWidth: 130 },
|
{ title: '任务名称', field: 'processInstance.name', width: 200 },
|
||||||
{ title: '任务内容', field: 'instanceSign', minWidth: 170 },
|
{ title: '任务内容', field: 'instanceSign', minWidth: 300 },
|
||||||
{ title: '发起人', field: 'processInstance.startUser.name', minWidth: 130 },
|
{ title: '发起人', field: 'processInstance.startUser.name', width: 120 },
|
||||||
{ title: '发起部门', field: 'processInstance.startUser.deptName', minWidth: 130 },
|
{ title: '发起部门', field: 'processInstance.startUser.deptName', width: 120 },
|
||||||
{ title: '发起时间', field: 'createTime', minWidth: 170 },
|
{ title: '发起时间', field: 'createTime', width: 180 },
|
||||||
{ title: '当前任务', field: 'name', minWidth: 130 },
|
{ title: '当前任务', field: 'name', width: 140 },
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: '230',
|
width: 100,
|
||||||
render: 'buttons',
|
render: 'buttons',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user