chore: use default placeholder

This commit is contained in:
dap
2024-10-03 15:37:14 +08:00
parent 445489bc38
commit df59fdaee1
23 changed files with 3 additions and 382 deletions

View File

@@ -8,17 +8,11 @@ import { getDictOptions } from '#/utils/dict';
export const querySchema: FormSchemaGetter = () => [
{
component: 'Input',
componentProps: {
placeholder: '请输入',
},
fieldName: 'noticeTitle',
label: '公告标题',
},
{
component: 'Input',
componentProps: {
placeholder: '请输入',
},
fieldName: 'createBy',
label: '创建人',
},
@@ -27,7 +21,6 @@ export const querySchema: FormSchemaGetter = () => [
componentProps: {
getPopupContainer,
options: getDictOptions(DictEnum.SYS_NOTICE_TYPE),
placeholder: '请选择',
},
fieldName: 'noticeType',
label: '公告类型',
@@ -46,9 +39,6 @@ export const modalSchema: FormSchemaGetter = () => [
},
{
component: 'Input',
componentProps: {
placeholder: '请输入',
},
fieldName: 'noticeTitle',
formItemClass: 'col-span-2',
label: '公告标题',