...
|
...
|
@@ -141,6 +141,10 @@ export const formSchema: FormSchema[] = [ |
141
|
141
|
label: '模版',
|
142
|
142
|
component: 'Switch',
|
143
|
143
|
defaultValue: 0,
|
|
144
|
+ componentProps: {
|
|
145
|
+ checkedValue: 1,
|
|
146
|
+ unCheckedValue: 0,
|
|
147
|
+ },
|
144
|
148
|
},
|
145
|
149
|
{
|
146
|
150
|
field: 'productIds',
|
...
|
...
|
|