5.26修改所有已出现的bug和优化。

This commit is contained in:
hyt 2024-05-27 13:58:56 +08:00
parent 9e1ae938f8
commit 482d6081c1
1 changed files with 4 additions and 4 deletions

View File

@ -84,10 +84,10 @@ const formRow = [{
tag: 'elRadio', tag: 'elRadio',
options: [{ options: [{
label: '是', label: '是',
value: "1" value: "0"
},{ },{
label: '否', label: '否',
value: "0" value: "1"
} }
] ]
} }
@ -100,10 +100,10 @@ const formRow = [{
tag: 'elRadio', tag: 'elRadio',
options: [{ options: [{
label: '是', label: '是',
value: "1" value: "0"
},{ },{
label: '否', label: '否',
value: "0" value: "1"
} }
] ]
} }