From 47c4931fe1e08225ecdf6ad9bc2244ba4bcd8948 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 10 Jun 2025 17:17:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/dict/data.ts | 9 +++++++++ .../system/role/modules/assign-menu-form.vue | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/apps/web-antd/src/views/system/dict/data.ts b/apps/web-antd/src/views/system/dict/data.ts index d116f0d28..28586f169 100644 --- a/apps/web-antd/src/views/system/dict/data.ts +++ b/apps/web-antd/src/views/system/dict/data.ts @@ -76,6 +76,15 @@ export function useTypeGridFormSchema(): VbenFormSchema[] { clearable: true, }, }, + { + fieldName: 'type', + label: '字典类型', + component: 'Input', + componentProps: { + placeholder: '请输入字典类型', + clearable: true, + }, + }, { fieldName: 'status', label: '状态', diff --git a/apps/web-antd/src/views/system/role/modules/assign-menu-form.vue b/apps/web-antd/src/views/system/role/modules/assign-menu-form.vue index b4a07b98a..d5ebd483a 100644 --- a/apps/web-antd/src/views/system/role/modules/assign-menu-form.vue +++ b/apps/web-antd/src/views/system/role/modules/assign-menu-form.vue @@ -1,4 +1,6 @@