diff --git a/src/views/content/layoutItem/layout/notice/querySchemas.ts b/src/views/content/layoutItem/layout/notice/querySchemas.ts index c647ab0..e78dbd4 100644 --- a/src/views/content/layoutItem/layout/notice/querySchemas.ts +++ b/src/views/content/layoutItem/layout/notice/querySchemas.ts @@ -3,17 +3,17 @@ export const schemas2: FormSchema[] = [ { field: 'title', component: 'Input', - label: '标题', + label: '通知标题', componentProps: { - placeholder: '请输入标题', + placeholder: '请输入通知标题', }, }, { field: 'type', component: 'Select', - label: '类型', + label: '通知类型', componentProps: { - placeholder: '请选择类型', + placeholder: '请选择通知类型', clearable: true, options: [ { @@ -30,9 +30,9 @@ export const schemas2: FormSchema[] = [ { field: 'status', component: 'Select', - label: '状态', + label: '通知状态', componentProps: { - placeholder: '请选择状态', + placeholder: '请选择通知状态', clearable: true, options: [ {