From c785bf6e45a7858aaae32773a1dab31f65cb936f Mon Sep 17 00:00:00 2001 From: zhihao <18915542763@163.com> Date: Wed, 22 Jul 2026 14:33:59 +0800 Subject: [PATCH] =?UTF-8?q?czh-20260722-=E8=B0=83=E6=95=B4=E6=89=80?= =?UTF-8?q?=E5=8A=A1=E4=BC=9A=E5=85=9A=E5=A7=94=E4=BC=9A=E6=8A=8A=E6=8A=8A?= =?UTF-8?q?=E8=84=89=E8=A1=A8=E6=A0=BC=E5=88=97=E9=A1=BA=E5=BA=8F=E5=92=8C?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bg/bgpartymatter/BgPartymatter.data.ts | 109 +++++----- src/views/bg/bqtakepulse/BgTakepulse.data.ts | 192 ++++++++++-------- 2 files changed, 164 insertions(+), 137 deletions(-) diff --git a/src/views/bg/bgpartymatter/BgPartymatter.data.ts b/src/views/bg/bgpartymatter/BgPartymatter.data.ts index be6dd89..632666e 100644 --- a/src/views/bg/bgpartymatter/BgPartymatter.data.ts +++ b/src/views/bg/bgpartymatter/BgPartymatter.data.ts @@ -14,102 +14,115 @@ export const columns: BasicColumn[] = [ { title: '事项名称', align:"center", - dataIndex: 'title' - }, - { - title: '序号', - align:"center", - dataIndex: 'number', - sorter: true, + dataIndex: 'title', + width: '350px', }, { title: '会议决议', align:"center", - dataIndex: 'content' + dataIndex: 'content', + width: '350px', }, { - title: '事项目录编码', + title: '分管所领导', align:"center", - dataIndex: 'matterCode' + dataIndex: 'manageSuoleader_dictText', + width: '120px', + }, + { + title: '会议时间', + align:"center", + dataIndex: 'matterTime', + width: '110px', + customRender:({text}) =>{ + text = !text ? "" : (text.length > 10 ? text.substr(0,10) : text); + return text; + }, + sorter: true, }, { title: '督办次数', align:"center", dataIndex: 'superviseCount', - width: '100px', + width: '80px', }, - { - title: '会议时间', + title: '主办部门', align:"center", - dataIndex: 'matterTime', + dataIndex: 'responDeptid_dictText', + width: '120px', + }, + { + title: '协办部门', + align:"center", + dataIndex: 'assistDeptid_dictText', + width: '120px', + }, + { + title: '要求完成时间', + align:"center", + dataIndex: 'deadline', + width: '110px', customRender:({text}) =>{ text = !text ? "" : (text.length > 10 ? text.substr(0,10) : text); return text; }, + }, + { + title: '序号', + align:"center", + dataIndex: 'number', + width: '100px', sorter: true, }, { title: '议题序号', align:"center", dataIndex: 'itemNumber', - sorter: true, width: '100px', + sorter: true, + }, + { + title: '事项目录编码', + align:"center", + dataIndex: 'matterCode', + width: '120px', }, - { title: '抄告单编号', align:"center", - dataIndex: 'noticeNumber' + dataIndex: 'noticeNumber', + width: '120px', }, { title: '是否为三重一大决策', align:"center", - dataIndex: 'isImportant_dictText' - }, - { - title: '分管所领导', - align:"center", - dataIndex: 'manageSuoleader_dictText' - }, - { - title: '主办部门', - align:"center", - dataIndex: 'responDeptid_dictText' - }, - { - title: '协办部门', - align:"center", - dataIndex: 'assistDeptid_dictText' - }, - { - title: '实际执行情况', - align:"center", - dataIndex: 'actualExect' - }, - { - title: '要求完成日期', - align:"center", - dataIndex: 'deadline', - customRender:({text}) =>{ - text = !text ? "" : (text.length > 10 ? text.substr(0,10) : text); - return text; - }, + dataIndex: 'isImportant_dictText', + width: '160px', }, { title: '是否急件', align:"center", dataIndex: 'urgencyLevel_dictText', + width: '80px', + }, + { + title: '实际执行情况', + align:"center", + dataIndex: 'actualExect', + width: '350px', }, { title: '密级', align:"center", dataIndex: 'secretLevel_dictText', + width: '60px', }, { title: '完成状态', align:"center", - dataIndex: 'bpmStatus_dictText' + dataIndex: 'bpmStatus_dictText', + width: '80px', }, // { // title: '是否需要所办领导审批', diff --git a/src/views/bg/bqtakepulse/BgTakepulse.data.ts b/src/views/bg/bqtakepulse/BgTakepulse.data.ts index a9b44f3..c1cf355 100644 --- a/src/views/bg/bqtakepulse/BgTakepulse.data.ts +++ b/src/views/bg/bqtakepulse/BgTakepulse.data.ts @@ -6,142 +6,156 @@ import {JVxeTypes,JVxeColumn} from '/@/components/jeecg/JVxeTable/types' import { getWeekMonthQuarterYear } from '/@/utils'; //列表数据 export const columns: BasicColumn[] = [ - { - title: '年份', - align:"center", - dataIndex: 'year_dictText' - }, - { - title: '序号', + { + title: '年份', align:"center", - dataIndex: 'number' - }, - { + dataIndex: 'year_dictText', + width: '60px', + }, + { title: '会议类型', align:"center", - dataIndex: 'taskType_dictText' - }, - { + dataIndex: 'taskType_dictText', + width: '140px', + }, + { title: '类别', align:"center", - dataIndex: 'type' - }, - { - title: '提出人', - align:"center", - dataIndex: 'proposer_dictText' - }, - { + dataIndex: 'type', + width: '140px', + }, + { title: '意见主题', align:"center", - dataIndex: 'title' - }, - { + dataIndex: 'title', + width: '350px', + }, + { title: '具体意见', align:"center", - dataIndex: 'content' - }, - { + dataIndex: 'content', + width: '350px', + }, + { title: '分管所领导', align:"center", - dataIndex: 'manageSuoleader_dictText' - }, - { + dataIndex: 'manageSuoleader_dictText', + width: '120px', + }, + { + title: '序号', + align:"center", + dataIndex: 'number', + width: '100px', + }, + { + title: '提出人', + align:"center", + dataIndex: 'proposer_dictText', + width: '100px', + }, + { title: '责任领导', align:"center", - dataIndex: 'suoleader_dictText' - }, - { + dataIndex: 'suoleader_dictText', + width: '100px', + }, + { title: '牵头部门', align:"center", - dataIndex: 'responDeptid_dictText' - }, - { + dataIndex: 'responDeptid_dictText', + width: '120px', + }, + { title: '协办部门', align:"center", - dataIndex: 'assistDeptid_dictText' - }, - { + dataIndex: 'assistDeptid_dictText', + width: '120px', + }, + { title: '落实部门', align:"center", - dataIndex: 'implementDeptid' - }, - { + dataIndex: 'implementDeptid', + width: '100px', + }, + { title: '是否采纳', align:"center", dataIndex: 'isAdopt', + width: '80px', customRender:({text}) => { return render.renderSwitch(text, [{text:'是',value:'1'},{text:'否',value:'0'}]) }, - }, - { + }, + { title: '落实措施/解释说明', align:"center", - dataIndex: 'measure' - }, + dataIndex: 'measure', + width: '350px', + }, + { + title: '措施数量', + align:"center", + dataIndex: 'measureNumber', + width: '80px', + }, + { + title: '成果形式', + align:"center", + dataIndex: 'achievement', + width: '350px', + }, { title: '要求完成日期', align:"center", dataIndex: 'deadline', + width: '110px', customRender:({text}) =>{ text = !text ? "" : (text.length > 10 ? text.substr(0,10) : text); return text; }, }, - { - title: '措施数量', - align:"center", - dataIndex: 'measureNumber' - }, - { - title: '成果形式', - align:"center", - dataIndex: 'achievement' - }, - { - title: '备注', - align:"center", - dataIndex: 'remark' - }, - // { - // title: '执行情况', - // align:"center", - // dataIndex: 'actualExect' - // }, - { + { title: '实际完成时间', align:"center", - dataIndex: 'actualTime' - }, - { + dataIndex: 'actualTime', + width: '110px', + }, + { title: '提出人确认', align:"center", - dataIndex: 'proposerConfirm' - }, - { - title: '完成状态', - align:"center", - dataIndex: 'bpmStatus_dictText' - }, - // { - // title: '调整落实措施及执行情况', - // align:"center", - // dataIndex: 'actSt' - // }, - { + dataIndex: 'proposerConfirm', + width: '100px', + }, + { title: '督办次数', align:"center", - dataIndex: 'superviseCount' - }, - { + dataIndex: 'superviseCount', + width: '80px', + }, + { title: '紧急程度', align:"center", - dataIndex: 'urgencyLevel_dictText' - }, + dataIndex: 'urgencyLevel_dictText', + width: '80px', + }, { title: '密级', align:"center", - dataIndex: 'secretLevel_dictText' + dataIndex: 'secretLevel_dictText', + width: '60px', + }, + { + title: '备注', + align:"center", + dataIndex: 'remark', + width: '350px', + }, + { + title: '完成状态', + align:"center", + dataIndex: 'bpmStatus_dictText', + width: '80px', }, ];