This commit is contained in:
Qi 2025-05-27 11:20:55 +08:00
parent 80338616ee
commit feb87feb20
1 changed files with 2 additions and 2 deletions

View File

@ -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 }) => {