This commit is contained in:
parent
80338616ee
commit
feb87feb20
|
@ -155,8 +155,8 @@ export const formSchema: FormSchema[] = [
|
||||||
component: 'RadioGroup',
|
component: 'RadioGroup',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
options: [
|
options: [
|
||||||
{ label: '是', value: 0 },
|
{ label: '是', value: 1 },
|
||||||
{ label: '否', value: 1 },
|
{ label: '否', value: 0 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
//dynamicRules: ({ model, schema }) => {
|
//dynamicRules: ({ model, schema }) => {
|
||||||
|
|
Loading…
Reference in New Issue