From 057925af0f97c021ec6747e7f5239ceee815bbb9 Mon Sep 17 00:00:00 2001 From: JayChou <2064936853@qq.com> Date: Mon, 8 Jul 2024 11:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=93=8D=E4=BD=9C=E6=A0=8F?= =?UTF-8?q?=E7=9B=AE=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../committee/AnnualCompPointList.vue | 2 +- .../superAdmin/AnnualCompPointListPass.vue | 514 +++++++++--------- 2 files changed, 246 insertions(+), 270 deletions(-) diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue index a8711a36..a1ab7c67 100644 --- a/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue +++ b/jeecgboot-vue3-master/src/views/annualCompPoint/committee/AnnualCompPointList.vue @@ -105,7 +105,7 @@ canResize: false, useSearchForm: false, actionColumn: { - width: 550, + width: 220, fixed: 'right', }, beforeFetch: (params) => { diff --git a/jeecgboot-vue3-master/src/views/annualCompPoint/superAdmin/AnnualCompPointListPass.vue b/jeecgboot-vue3-master/src/views/annualCompPoint/superAdmin/AnnualCompPointListPass.vue index 2040b238..f5101f1a 100644 --- a/jeecgboot-vue3-master/src/views/annualCompPoint/superAdmin/AnnualCompPointListPass.vue +++ b/jeecgboot-vue3-master/src/views/annualCompPoint/superAdmin/AnnualCompPointListPass.vue @@ -2,23 +2,17 @@