From 1d74213d35e9ebc87fed7c8c31f6741c887d4f37 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Mon, 18 May 2026 09:46:56 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260518-=E5=BE=85=E5=8A=9E=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0deadline=E5=AD=97=E6=AE=B5=EF=BC=8C?= =?UTF-8?q?=E4=BB=8Etask=E8=A1=A8=E8=8E=B7=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../semri/process/QueryProcessList.data.ts | 223 +++++++++--------- .../myHandleTask/task.handle.data.ts | 18 +- 2 files changed, 124 insertions(+), 117 deletions(-) diff --git a/src/components/semri/process/QueryProcessList.data.ts b/src/components/semri/process/QueryProcessList.data.ts index 74bf8f8..0eb6661 100644 --- a/src/components/semri/process/QueryProcessList.data.ts +++ b/src/components/semri/process/QueryProcessList.data.ts @@ -10,10 +10,20 @@ export const columns: BasicColumn[] = [ // align: "center", // dataIndex: 'flowCode' // }, + { + title: '督办标题', + align: "center", + dataIndex: 'title', + }, + { + title: '督办内容', + align: "center", + dataIndex: 'content', + }, { title: '流程名称', align: "center", - dataIndex: 'flowName' + dataIndex: 'flowName', }, { title: '流程实例ID', @@ -45,51 +55,42 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'businessTablename' }, - { - title: '外部来源 ID', - align: "center", - dataIndex: 'sourceId' - }, - { - title: '任务标题', - align: "center", - dataIndex: 'title' - }, - { - title: '任务内容', - align: "center", - dataIndex: 'content' - }, + // { + // title: '外部来源 ID', + // align: "center", + // dataIndex: 'sourceId' + // }, + { title: '紧急程度(一般/紧急/特急)', align: "center", dataIndex: 'urgencyLevel_dictText' }, - { - title: '自定义分组', - align: "center", - dataIndex: 'customGroup' - }, - { - title: '所属任务清单 ID', - align: "center", - dataIndex: 'taskListId' - }, - { - title: '所属任务清单名称', - align: "center", - dataIndex: 'taskListName' - }, - { - title: '是否为里程碑节点', - align: "center", - dataIndex: 'milestone' - }, - { - title: '任务完成方式', - align: "center", - dataIndex: 'finishMethod' - }, + // { + // title: '自定义分组', + // align: "center", + // dataIndex: 'customGroup' + // }, + // { + // title: '所属任务清单 ID', + // align: "center", + // dataIndex: 'taskListId' + // }, + // { + // title: '所属任务清单名称', + // align: "center", + // dataIndex: 'taskListName' + // }, + // { + // title: '是否为里程碑节点', + // align: "center", + // dataIndex: 'milestone' + // }, + // { + // title: '任务完成方式', + // align: "center", + // dataIndex: 'finishMethod' + // }, { title: '被督办部门id', align: "center", @@ -100,36 +101,36 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'deptName' }, - { - title: '部门负责人id', - align: "center", - dataIndex: 'deptLeaderId_dictText' - }, - { - title: '部门负责人姓名(冗余)', - align: "center", - dataIndex: 'deptLeaderName' - }, - { - title: '部门经办人id(负责人指派后填入)', - align: "center", - dataIndex: 'deptHandlerId_dictText' - }, - { - title: '部门经办人姓名(冗余)', - align: "center", - dataIndex: 'deptHandlerName' - }, - { - title: '关注人 ID 列表', - align: "center", - dataIndex: 'followerIds' - }, - { - title: '关注人姓名列表,冗余', - align: "center", - dataIndex: 'followerNames' - }, + // { + // title: '部门负责人id', + // align: "center", + // dataIndex: 'deptLeaderId_dictText' + // }, + // { + // title: '部门负责人姓名(冗余)', + // align: "center", + // dataIndex: 'deptLeaderName' + // }, + // { + // title: '部门经办人id(负责人指派后填入)', + // align: "center", + // dataIndex: 'deptHandlerId_dictText' + // }, + // { + // title: '部门经办人姓名(冗余)', + // align: "center", + // dataIndex: 'deptHandlerName' + // }, + // { + // title: '关注人 ID 列表', + // align: "center", + // dataIndex: 'followerIds' + // }, + // { + // title: '关注人姓名列表,冗余', + // align: "center", + // dataIndex: 'followerNames' + // }, { title: '要求完成日期(业务层面的硬性要求)', align: "center", @@ -170,46 +171,46 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'duration' }, - { - title: '子任务完成进度(0.00~100.00,参考飞书子任务进度)', - align: "center", - dataIndex: 'subTaskProgress' - }, - { - title: '父任务 ID', - align: "center", - dataIndex: 'parentTaskId' - }, - { - title: '前置任务 ID 列表,逗号分隔', - align: "center", - dataIndex: 'preTaskIds' - }, - { - title: '后置任务 ID 列表,逗号分隔', - align: "center", - dataIndex: 'nextTaskIds' - }, - { - title: '子任务数', - align: "center", - dataIndex: 'subTaskCount' - }, - { - title: '流程序列号', - align: "center", - dataIndex: 'processCodenumber' - }, - { - title: '表单组件路径', - align: "center", - dataIndex: 'formUrl' - }, - { - title: '流程变量', - align: "center", - dataIndex: 'jsonDataString' - }, + // { + // title: '子任务完成进度(0.00~100.00,参考飞书子任务进度)', + // align: "center", + // dataIndex: 'subTaskProgress' + // }, + // { + // title: '父任务 ID', + // align: "center", + // dataIndex: 'parentTaskId' + // }, + // { + // title: '前置任务 ID 列表,逗号分隔', + // align: "center", + // dataIndex: 'preTaskIds' + // }, + // { + // title: '后置任务 ID 列表,逗号分隔', + // align: "center", + // dataIndex: 'nextTaskIds' + // }, + // { + // title: '子任务数', + // align: "center", + // dataIndex: 'subTaskCount' + // }, + // { + // title: '流程序列号', + // align: "center", + // dataIndex: 'processCodenumber' + // }, + // { + // title: '表单组件路径', + // align: "center", + // dataIndex: 'formUrl' + // }, + // { + // title: '流程变量', + // align: "center", + // dataIndex: 'jsonDataString' + // }, ]; // 高级查询数据 diff --git a/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts b/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts index 133ae35..d2fe3b1 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts @@ -28,11 +28,6 @@ export const columns: BasicColumn[] = [ dataIndex: 'processDefinitionName', ellipsis: true, }, - { - title: '流程实例', - align: 'center', - dataIndex: 'processInstanceId', - }, { title: '发起人', width: 110, @@ -40,10 +35,21 @@ export const columns: BasicColumn[] = [ dataIndex: 'processApplyUserName', }, { - title: '开始时间', + title: '转入时间', align: 'center', dataIndex: 'taskBeginTime', }, + { + title: '事项截止时间', + align: 'center', + width: 170, + dataIndex: 'deadline', + }, + { + title: '流程实例', + align: 'center', + dataIndex: 'processInstanceId', + }, { title: '流程编号', align: 'center',