From 4c47ca9166cdce563666d07d10bd30590bc0bdfb Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 8 Mar 2023 09:49:14 +0800 Subject: [PATCH] =?UTF-8?q?vue3=20=E9=87=8D=E6=9E=84=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=93=8D=E4=BD=9C=E6=A0=8F=E3=80=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pagination/index.vue | 107 ++++++++++++++++++++++++++++ src/types/auto-components.d.ts | 1 + src/views/infra/config/index.vue | 70 +++++++++++++++++- 3 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 src/components/Pagination/index.vue diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue new file mode 100644 index 00000000..9e950b9d --- /dev/null +++ b/src/components/Pagination/index.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/types/auto-components.d.ts b/src/types/auto-components.d.ts index 96eed08d..7b10d679 100644 --- a/src/types/auto-components.d.ts +++ b/src/types/auto-components.d.ts @@ -93,6 +93,7 @@ declare module '@vue/runtime-core' { ImageViewer: typeof import('./../components/ImageViewer/src/ImageViewer.vue')['default'] Infotip: typeof import('./../components/Infotip/src/Infotip.vue')['default'] InputPassword: typeof import('./../components/InputPassword/src/InputPassword.vue')['default'] + Pagination: typeof import('./../components/Pagination/index.vue')['default'] ProcessDesigner: typeof import('./../components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue')['default'] ProcessPalette: typeof import('./../components/bpmnProcessDesigner/package/palette/ProcessPalette.vue')['default'] ProcessViewer: typeof import('./../components/bpmnProcessDesigner/package/designer/ProcessViewer.vue')['default'] diff --git a/src/views/infra/config/index.vue b/src/views/infra/config/index.vue index 14dd5ff7..f96da368 100644 --- a/src/views/infra/config/index.vue +++ b/src/views/infra/config/index.vue @@ -52,6 +52,37 @@ + + + + + + + 新增 + + + + + + 导出 + + + + + + @@ -59,18 +90,55 @@ + + + -