From 9cdc2780b3669af87c60c372fe58478757d27e66 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 18 Oct 2024 15:43:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/dict/data/index.vue | 6 +++--- apps/web-antd/src/views/system/dict/index.vue | 14 ++++---------- apps/web-antd/src/views/system/dict/type/index.vue | 6 +++--- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/apps/web-antd/src/views/system/dict/data/index.vue b/apps/web-antd/src/views/system/dict/data/index.vue index 74d93229..fda0a67e 100644 --- a/apps/web-antd/src/views/system/dict/data/index.vue +++ b/apps/web-antd/src/views/system/dict/data/index.vue @@ -3,7 +3,7 @@ import type { Recordable } from '@vben/types'; import { ref } from 'vue'; -import { Page, useVbenDrawer, type VbenFormProps } from '@vben/common-ui'; +import { useVbenDrawer, type VbenFormProps } from '@vben/common-ui'; import { getPopupContainer } from '@vben/utils'; import { Modal, Popconfirm, Space } from 'ant-design-vue'; @@ -140,7 +140,7 @@ emitter.on('rowClick', async (value) => { - + 字典数据列表 @@ -204,5 +204,5 @@ emitter.on('rowClick', async (value) => { - + diff --git a/apps/web-antd/src/views/system/dict/index.vue b/apps/web-antd/src/views/system/dict/index.vue index 2f2331f8..c98d347a 100644 --- a/apps/web-antd/src/views/system/dict/index.vue +++ b/apps/web-antd/src/views/system/dict/index.vue @@ -6,17 +6,11 @@ import DictTypePanel from './type/index.vue'; - + - - diff --git a/apps/web-antd/src/views/system/dict/type/index.vue b/apps/web-antd/src/views/system/dict/type/index.vue index c0667cb4..9ffcafdf 100644 --- a/apps/web-antd/src/views/system/dict/type/index.vue +++ b/apps/web-antd/src/views/system/dict/type/index.vue @@ -4,7 +4,7 @@ import type { Recordable } from '@vben/types'; import { computed, ref } from 'vue'; import { useAccess } from '@vben/access'; -import { Page, useVbenModal, type VbenFormProps } from '@vben/common-ui'; +import { useVbenModal, type VbenFormProps } from '@vben/common-ui'; import { getPopupContainer } from '@vben/utils'; import { @@ -184,7 +184,7 @@ const couldSyncTenantDict = computed(() => { - + 字典类型列表 @@ -260,5 +260,5 @@ const couldSyncTenantDict = computed(() => { - +