Commit d2fab2e8a2fea315471243f8a85fea59f2ae0393

Authored by loveumiko
1 parent d702b232

fix: 修改看板表单搜索问题

... ... @@ -17,7 +17,6 @@ export const formSchema: FormSchema[] = [
17 17 {
18 18 field: 'platform',
19 19 label: '平台',
20   - required: true,
21 20 component: 'Select',
22 21 colProps: useGridLayout(2, 3, 4) as unknown as ColEx,
23 22 componentProps: {
... ...