From f855d3b216d4e4eccca281ad9065c842761cab42 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 21 Apr 2022 18:17:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=9F=20=E6=9E=84=E5=BB=BA=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E4=B8=9A=E5=8A=A1=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/menu/menu.data.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kicc-ui/src/views/system/menu/menu.data.ts b/kicc-ui/src/views/system/menu/menu.data.ts index 0755f9cc..d5a5554b 100644 --- a/kicc-ui/src/views/system/menu/menu.data.ts +++ b/kicc-ui/src/views/system/menu/menu.data.ts @@ -168,6 +168,7 @@ export const formSchema: FormSchema[] = [ field: 'component', label: '组件路径', component: 'Input', + required: true, colProps: { span: 12 }, @@ -177,6 +178,7 @@ export const formSchema: FormSchema[] = [ field: 'permission', label: '权限标识', component: 'Input', + required: true, colProps: { span: 12 }, @@ -187,7 +189,8 @@ export const formSchema: FormSchema[] = [ label: '显示排序', component: 'InputNumber', componentProps: { - style: { width:'100%' } + style: { width:'100%' }, + min: 0 }, required: true, colProps: {