From ea783b8a6d421686d453662a87b914219291f6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 9 Nov 2023 17:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8E=A5=E5=8F=A3=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E3=80=91=E6=9B=B4=E6=8D=A2AG=E5=8F=AF=E8=A1=8C=E6=80=A7?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/AGTable/agGridBtn.vue | 27 ++++++++++-- .../src/components/AGTable/btnControls.js | 42 +++++++++++++++++++ .../src/components/AGTable/index.vue | 10 ++++- .../src/components/tablePagination/index.vue | 1 + 4 files changed, 75 insertions(+), 5 deletions(-) create mode 100644 PC/InterFace.Dash/src/components/AGTable/btnControls.js diff --git a/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue b/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue index fd47f69..4a51a51 100644 --- a/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue +++ b/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue @@ -1,23 +1,42 @@