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 @@ + + + -