Commit 0bbecd3c8d50d6c0e4683e805b55a5aeacbe5047

Authored by ww
1 parent 3ca7b704

fix: 修复模版标志字段为number类型

... ... @@ -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',
... ...