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(() => { - +