From 16866e796656d7d68ceaf7e11f1544e47edd2ab5 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Wed, 29 May 2024 12:41:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=85=B3=E8=81=94=E9=9C=80=E6=B1=82=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E5=AD=90=E9=9C=80=E6=B1=82=E5=85=A8=E9=80=89=E9=97=AE?= =?UTF-8?q?=E9=A2=98&=E8=A1=A5=E5=85=85=E8=A1=A8=E6=A0=BC=E5=B8=A6?= =?UTF-8?q?=E6=9C=89=E5=AD=90=E7=BA=A7=E5=85=A8=E9=80=89=E7=AD=89=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pure/ms-checkbox/MsCheckbox.vue | 3 +- .../components/pure/ms-form-table/index.vue | 4 +- .../components/pure/ms-table/base-table.vue | 60 ++++++++-- .../components/pure/ms-table/select-all.vue | 47 ++++++-- .../src/components/pure/ms-table/useTable.ts | 103 ++++++++++++++---- .../src/components/pure/ms-table/utils.ts | 25 +++++ .../common/importApiDrawer/table.vue | 8 +- 7 files changed, 205 insertions(+), 45 deletions(-) create mode 100644 frontend/src/components/pure/ms-table/utils.ts diff --git a/frontend/src/components/pure/ms-checkbox/MsCheckbox.vue b/frontend/src/components/pure/ms-checkbox/MsCheckbox.vue index 96dff85a0c..c6cbbcb170 100644 --- a/frontend/src/components/pure/ms-checkbox/MsCheckbox.vue +++ b/frontend/src/components/pure/ms-checkbox/MsCheckbox.vue @@ -1,5 +1,5 @@