yxk-20260616-待办、已办、抄送的列表样式调整
This commit is contained in:
@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '业务标题',
|
||||
align: 'center',
|
||||
dataIndex: 'bpmBizTitle',
|
||||
width: 350,
|
||||
width: 400,
|
||||
slots: { customRender: 'bpmBizTitle' },
|
||||
ellipsis: true,
|
||||
|
||||
@@ -150,31 +150,33 @@ export const columns_history: BasicColumn[] = [
|
||||
title: '业务标题',
|
||||
align: 'center',
|
||||
dataIndex: 'bpmBizTitle',
|
||||
width: 400,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '流程编号',
|
||||
align: 'center',
|
||||
dataIndex: 'processDefinitionId',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '流程名称',
|
||||
align: 'center',
|
||||
dataIndex: 'processDefinitionName',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '流程实例',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
dataIndex: 'processInstanceId',
|
||||
},
|
||||
{
|
||||
title: '任务ID',
|
||||
align: 'center',
|
||||
dataIndex: 'taskId',
|
||||
},
|
||||
// {
|
||||
// title: '流程编号',
|
||||
// align: 'center',
|
||||
// dataIndex: 'processDefinitionId',
|
||||
// ellipsis: true,
|
||||
// },
|
||||
// {
|
||||
// title: '流程名称',
|
||||
// align: 'center',
|
||||
// dataIndex: 'processDefinitionName',
|
||||
// width: 180,
|
||||
// ellipsis: true,
|
||||
// },
|
||||
// {
|
||||
// title: '流程实例',
|
||||
// align: 'center',
|
||||
// width: 100,
|
||||
// dataIndex: 'processInstanceId',
|
||||
// },
|
||||
// {
|
||||
// title: '任务ID',
|
||||
// align: 'center',
|
||||
// dataIndex: 'taskId',
|
||||
// },
|
||||
{
|
||||
title: '发起人',
|
||||
align: 'center',
|
||||
@@ -190,11 +192,14 @@ export const columns_history: BasicColumn[] = [
|
||||
{
|
||||
title: '开始时间',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
dataIndex: 'taskBeginTime',
|
||||
},
|
||||
{
|
||||
title: '结束时间',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
|
||||
dataIndex: 'taskEndTime',
|
||||
},
|
||||
{
|
||||
@@ -220,11 +225,11 @@ export const searchFormSchema: FormSchema[] = [
|
||||
field: 'bpmBizTitle',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '流程名',
|
||||
field: 'processDefinitionName',
|
||||
component: 'Input',
|
||||
},
|
||||
// {
|
||||
// label: '流程名',
|
||||
// field: 'processDefinitionName',
|
||||
// component: 'Input',
|
||||
// },
|
||||
{
|
||||
label: '发起人',
|
||||
field: 'userName',
|
||||
@@ -237,11 +242,11 @@ export const searchFormSchema: FormSchema[] = [
|
||||
},
|
||||
buss: 'run',
|
||||
},
|
||||
{
|
||||
label: '流程编号',
|
||||
field: 'processDefinitionId',
|
||||
component: 'Input',
|
||||
},
|
||||
// {
|
||||
// label: '流程编号',
|
||||
// field: 'processDefinitionId',
|
||||
// component: 'Input',
|
||||
// },
|
||||
// {
|
||||
// label: '应用ID',
|
||||
// field: 'lowAppId',
|
||||
|
||||
Reference in New Issue
Block a user