From 981ca8ba5b6c75852c15c450cc24497ec4ec3960 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Mon, 17 Aug 2026 11:13:15 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260817=20=E6=8A=8A=E6=8A=8A=E8=84=89?= =?UTF-8?q?=E3=80=81=E6=89=80=E5=8A=A1=E4=BC=9A=E3=80=81=E5=85=9A=E5=A7=94?= =?UTF-8?q?=E4=BC=9A=E7=9A=84=E5=88=97=E8=A1=A8=E6=93=8D=E4=BD=9C=E6=A0=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bg/bgpartymatter/BgPartymatterList.vue | 9 +++++---- src/views/bg/bqtakepulse/BgTakepulse.data.ts | 12 ++++++------ src/views/bg/bqtakepulse/BgTakepulseList.vue | 10 +++++----- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/views/bg/bgpartymatter/BgPartymatterList.vue b/src/views/bg/bgpartymatter/BgPartymatterList.vue index 1499168..97e87ef 100644 --- a/src/views/bg/bgpartymatter/BgPartymatterList.vue +++ b/src/views/bg/bgpartymatter/BgPartymatterList.vue @@ -276,7 +276,7 @@ clickToRowSelect: false, rowSelection: {type: 'checkbox'}, actionColumn: { - width: 120, + width: 150, fixed:'right' }, beforeFetch: async (params) => { @@ -512,6 +512,10 @@ onClick: handleEdit.bind(null, record), auth: actionAuth.edit }, + { + label: '详情', + onClick: handleDetail.bind(null, record), + }, ]; } @@ -521,9 +525,6 @@ function getDropDownAction(record){ let dropDownAction = [ { - label: '详情', - onClick: handleDetail.bind(null, record), - }, { label: '删除', popConfirm: { title: '是否确认删除', diff --git a/src/views/bg/bqtakepulse/BgTakepulse.data.ts b/src/views/bg/bqtakepulse/BgTakepulse.data.ts index f13b6a3..2056399 100644 --- a/src/views/bg/bqtakepulse/BgTakepulse.data.ts +++ b/src/views/bg/bqtakepulse/BgTakepulse.data.ts @@ -12,6 +12,12 @@ export const columns: BasicColumn[] = [ dataIndex: 'year_dictText', width: '60px', }, + { + title: '意见主题', + align:"center", + dataIndex: 'title', + width: '350px', + }, { title: '会议类型', align:"center", @@ -24,12 +30,6 @@ export const columns: BasicColumn[] = [ dataIndex: 'type', width: '140px', }, - { - title: '意见主题', - align:"center", - dataIndex: 'title', - width: '350px', - }, { title: '具体意见', align:"center", diff --git a/src/views/bg/bqtakepulse/BgTakepulseList.vue b/src/views/bg/bqtakepulse/BgTakepulseList.vue index 73c3a57..75e2006 100644 --- a/src/views/bg/bqtakepulse/BgTakepulseList.vue +++ b/src/views/bg/bqtakepulse/BgTakepulseList.vue @@ -295,7 +295,7 @@ clickToRowSelect: false, rowSelection: { type: 'checkbox' }, actionColumn: { - width: 120, + width: 150, fixed: 'right', }, beforeFetch: async (params) => { @@ -528,6 +528,10 @@ onClick: handleEdit.bind(null, record), auth: 'bqtakepulse:bg_takepulse:edit', }, + { + label: '详情', + onClick: handleDetail.bind(null, record), + }, ]; } /** @@ -535,10 +539,6 @@ */ function getDropDownAction(record) { let dropDownAction = [ - { - label: '详情', - onClick: handleDetail.bind(null, record), - }, { label: '删除', popConfirm: {