Commit 8d567b2d34611a2c027d3bc218136526b4b24b08

Authored by fengwotao
1 parent a1e49445

fix: DEFECT-1416 菜单管理名称过长,后端限制100

... ... @@ -138,7 +138,7 @@ export const formSchema: FormSchema[] = [
138 138 component: 'Input',
139 139 required: true,
140 140 componentProps: {
141   - maxLength: 255,
  141 + maxLength: 100,
142 142 },
143 143 },
144 144
... ...