yxk-20260616-调整待办页面的样式
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<BasicTable @register="registerTable">
|
||||
<template #bpmBizTitle="{ text, 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>
|
||||
|
||||
<!--操作栏-->
|
||||
|
||||
@@ -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',
|
||||
// },
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user