From dea49d3b636f9f0ed5ec65efa215f191f9abb024 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 17 Sep 2024 17:18:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20label=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/dict/type/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/system/dict/type/data.ts b/apps/web-antd/src/views/system/dict/type/data.ts index 989dddce..f337ab13 100644 --- a/apps/web-antd/src/views/system/dict/type/data.ts +++ b/apps/web-antd/src/views/system/dict/type/data.ts @@ -38,6 +38,6 @@ export const modalSchema: FormSchemaGetter = () => [ }, fieldName: 'remark', formItemClass: 'items-baseline', - label: '字典类型', + label: '备注', }, ];