yxk-20260616-调整待办页面的样式

This commit is contained in:
ye1023
2026-06-17 09:58:29 +08:00
parent 3d21df78f8
commit ebbf6afe0c
2 changed files with 26 additions and 20 deletions
@@ -16,12 +16,15 @@ export const columns: BasicColumn[] = [
title: '业务标题',
align: 'center',
dataIndex: 'bpmBizTitle',
width: 350,
slots: { customRender: 'bpmBizTitle' },
ellipsis: true,
},
{
title: '当前环节',
align: 'center',
width: 130,
width: 150,
dataIndex: 'taskName',
},
// {
@@ -34,6 +37,7 @@ export const columns: BasicColumn[] = [
title: '事项名称',
align: 'center',
dataIndex: 'flowName',
width: 180,
ellipsis: true,
},
{
@@ -42,11 +46,7 @@ export const columns: BasicColumn[] = [
align: 'center',
dataIndex: 'processApplyUserName',
},
{
title: '转入时间',
align: 'center',
dataIndex: 'taskBeginTime',
},
{
title: '事项截止时间',
align: 'center',
@@ -67,21 +67,27 @@ export const columns: BasicColumn[] = [
},
},
{
title: '流程实例',
title: '转入时间',
align: 'center',
dataIndex: 'processInstanceId',
},
{
title: '流程编号',
align: 'center',
dataIndex: 'processDefinitionId',
ellipsis: true,
},
{
title: '任务ID',
align: 'center',
dataIndex: 'taskId',
width: 160,
dataIndex: 'taskBeginTime',
},
// {
// title: '流程实例',
// align: 'center',
// dataIndex: 'processInstanceId',
// },
// {
// title: '流程编号',
// align: 'center',
// dataIndex: 'processDefinitionId',
// ellipsis: true,
// },
// {
// title: '任务ID',
// align: 'center',
// dataIndex: 'taskId',
// },
];
/**