Commit 75f37c22 authored by baiyinhao's avatar baiyinhao

修改菜单类型标记

parent 244dd030
......@@ -264,6 +264,12 @@ export const formSchema: FormSchema[] = [
field: 'remarks',
label: '菜单类型标记',
component: 'Select',
rules: [
{
required: true,
message: '请选择菜单类型标记',
},
],
componentProps: {
placeholder: '请选择菜单类型',
options: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment