From 7b7fb5f67ad0a049c15aad0197f6e2aa1b965d37 Mon Sep 17 00:00:00 2001 From: zjl Date: Fri, 13 Dec 2024 11:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E9=80=89=E6=8B=A9=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/layoutItem/layout/notice/querySchemas.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/content/layoutItem/layout/notice/querySchemas.ts b/src/views/content/layoutItem/layout/notice/querySchemas.ts index 824c1ae..14404da 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: 'NInput', - label: '标题', + label: '通知标题', componentProps: { - placeholder: '请输入标题', + placeholder: '请输入通知标题', }, }, { field: 'type', component: 'NSelect', - label: '类型', + label: '通知类型', componentProps: { - placeholder: '请选择类型', + placeholder: '请选择通知类型', clearable: true, options: [ { @@ -30,9 +30,9 @@ export const schemas2: FormSchema[] = [ { field: 'status', component: 'NSelect', - label: '状态', + label: '通知状态', componentProps: { - placeholder: '请选择状态', + placeholder: '请选择通知状态', clearable: true, options: [ {