...
|
...
|
@@ -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: {
|
...
|
...
|
|