From 85869ff73cb47ffc3d18f2801173faac5b8d66eb Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Fri, 8 May 2026 14:33:50 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260508-=E5=85=9A=E5=A7=94=E4=BC=9A?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=82=B9=E5=87=BB=E7=9B=B4=E6=8E=A5=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8F=8D=E9=A6=88=E5=AD=90=E8=A1=A8=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bg/bgpartymatter/BgPartymatter.data.ts | 43 ++-- .../bg/bgpartymatter/BgPartymatterList.vue | 203 +++++++++++++++--- 2 files changed, 200 insertions(+), 46 deletions(-) diff --git a/src/views/bg/bgpartymatter/BgPartymatter.data.ts b/src/views/bg/bgpartymatter/BgPartymatter.data.ts index ebafbc8..6cd7768 100644 --- a/src/views/bg/bgpartymatter/BgPartymatter.data.ts +++ b/src/views/bg/bgpartymatter/BgPartymatter.data.ts @@ -5,6 +5,12 @@ import { render } from '/@/utils/common/renderUtils'; import { getWeekMonthQuarterYear } from '/@/utils'; //列表数据 export const columns: BasicColumn[] = [ + { + title: '序号', + align:"center", + dataIndex: 'number', + sorter: true, + }, { title: '督办次数', align:"center", @@ -22,11 +28,7 @@ export const columns: BasicColumn[] = [ dataIndex: 'year', width: '60px', }, - { - title: '序号', - align:"center", - dataIndex: 'number' - }, + { title: '会议时间', align:"center", @@ -35,6 +37,7 @@ export const columns: BasicColumn[] = [ text = !text ? "" : (text.length > 10 ? text.substr(0,10) : text); return text; }, + sorter: true, }, { title: '会议决议', @@ -110,21 +113,21 @@ export const columns: BasicColumn[] = [ //子表列表数据 export const bgPartymatterFeedbackColumns: BasicColumn[] = [ - { - title: '责任部门id', - align:"center", - dataIndex: 'responDeptid' - }, + // { + // title: '责任部门id', + // align:"center", + // dataIndex: 'responDeptid' + // }, { title: '责任部门名称', align:"center", dataIndex: 'responDeptname' }, - { - title: '反馈人id', - align:"center", - dataIndex: 'responPersonid' - }, + // { + // title: '反馈人id', + // align:"center", + // dataIndex: 'responPersonid' + // }, { title: '反馈人姓名', align:"center", @@ -145,11 +148,11 @@ export const bgPartymatterFeedbackColumns: BasicColumn[] = [ align:"center", dataIndex: 'bpmStatus' }, - { - title: '外键', - align:"center", - dataIndex: 'mainId' - }, + // { + // title: '外键', + // align:"center", + // dataIndex: 'mainId' + // }, ]; // 高级查询数据 diff --git a/src/views/bg/bgpartymatter/BgPartymatterList.vue b/src/views/bg/bgpartymatter/BgPartymatterList.vue index bea02d8..1cfa1bb 100644 --- a/src/views/bg/bgpartymatter/BgPartymatterList.vue +++ b/src/views/bg/bgpartymatter/BgPartymatterList.vue @@ -2,8 +2,29 @@
- + + + + + + + + + + + + + + + + + + + 查询 + 重置 + +
@@ -13,22 +34,22 @@ @@ -42,7 +63,20 @@