yxk-20260616-调整待办页面的样式
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<BasicTable @register="registerTable">
|
<BasicTable @register="registerTable">
|
||||||
<template #bpmBizTitle="{ text, record }">
|
<template #bpmBizTitle="{ text, record }">
|
||||||
<notification-two-tone v-if="record.taskUrge" title="催办提醒" twoToneColor="#eb2f96" @click="taskNotify(record)" />
|
<notification-two-tone v-if="record.taskUrge" title="催办提醒" twoToneColor="#eb2f96" @click="taskNotify(record)" />
|
||||||
<j-ellipsis :value="text" :length="15" />
|
<j-ellipsis :value="text" :length="30" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!--操作栏-->
|
<!--操作栏-->
|
||||||
|
|||||||
@@ -16,12 +16,15 @@ export const columns: BasicColumn[] = [
|
|||||||
title: '业务标题',
|
title: '业务标题',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'bpmBizTitle',
|
dataIndex: 'bpmBizTitle',
|
||||||
|
width: 350,
|
||||||
slots: { customRender: 'bpmBizTitle' },
|
slots: { customRender: 'bpmBizTitle' },
|
||||||
|
ellipsis: true,
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '当前环节',
|
title: '当前环节',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 130,
|
width: 150,
|
||||||
dataIndex: 'taskName',
|
dataIndex: 'taskName',
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
@@ -34,6 +37,7 @@ export const columns: BasicColumn[] = [
|
|||||||
title: '事项名称',
|
title: '事项名称',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'flowName',
|
dataIndex: 'flowName',
|
||||||
|
width: 180,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42,11 +46,7 @@ export const columns: BasicColumn[] = [
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'processApplyUserName',
|
dataIndex: 'processApplyUserName',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '转入时间',
|
|
||||||
align: 'center',
|
|
||||||
dataIndex: 'taskBeginTime',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '事项截止时间',
|
title: '事项截止时间',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
@@ -67,21 +67,27 @@ export const columns: BasicColumn[] = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '流程实例',
|
title: '转入时间',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'processInstanceId',
|
width: 160,
|
||||||
},
|
dataIndex: 'taskBeginTime',
|
||||||
{
|
|
||||||
title: '流程编号',
|
|
||||||
align: 'center',
|
|
||||||
dataIndex: 'processDefinitionId',
|
|
||||||
ellipsis: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '任务ID',
|
|
||||||
align: 'center',
|
|
||||||
dataIndex: 'taskId',
|
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: '流程实例',
|
||||||
|
// align: 'center',
|
||||||
|
// dataIndex: 'processInstanceId',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// title: '流程编号',
|
||||||
|
// align: 'center',
|
||||||
|
// dataIndex: 'processDefinitionId',
|
||||||
|
// ellipsis: true,
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// title: '任务ID',
|
||||||
|
// align: 'center',
|
||||||
|
// dataIndex: 'taskId',
|
||||||
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user