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: '备注', }, ];