From 0d95f0c36f0f053934f05cca0a96172a8c69b731 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 14 Jul 2022 16:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84=E5=BA=93?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E6=A0=87=E5=87=86=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B7=B2=E9=80=89=E6=8B=A9=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 118 ++++++++++++++++-- .../components/EnterpriseStandardDatabase.vue | 104 +++++++++++++-- .../foreignStandardsAndRegulations/index.vue | 118 ++++++++++++++++-- 3 files changed, 315 insertions(+), 25 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index e6ef135f0..d1b8e888e 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1122,7 +1122,8 @@ :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}" @sort-change="sortChangeConfig" - @selection-change="selectConfigStandChange"> + @select="handleSelectConfigStand" + @select-all="selectConfigStandAll"> @@ -1185,6 +1186,36 @@ :total="configTotal" @pageChange="configuraPageChange" @pageSizeChange="configuraPageSizeChange"> +