优化布局推荐选择弹窗

This commit is contained in:
zjl 2024-12-13 11:18:31 +08:00
parent dd3ad431e0
commit 7b7fb5f67a

View File

@ -3,17 +3,17 @@ export const schemas2: FormSchema[] = [
{ {
field: 'title', field: 'title',
component: 'NInput', component: 'NInput',
label: '标题', label: '通知标题',
componentProps: { componentProps: {
placeholder: '请输入标题', placeholder: '请输入通知标题',
}, },
}, },
{ {
field: 'type', field: 'type',
component: 'NSelect', component: 'NSelect',
label: '类型', label: '通知类型',
componentProps: { componentProps: {
placeholder: '请选择类型', placeholder: '请选择通知类型',
clearable: true, clearable: true,
options: [ options: [
{ {
@ -30,9 +30,9 @@ export const schemas2: FormSchema[] = [
{ {
field: 'status', field: 'status',
component: 'NSelect', component: 'NSelect',
label: '状态', label: '通知状态',
componentProps: { componentProps: {
placeholder: '请选择状态', placeholder: '请选择通知状态',
clearable: true, clearable: true,
options: [ options: [
{ {