属性复用问题处理

master
Chopper 2021-05-17 18:08:32 +08:00
parent c63e44793c
commit c457f6abc9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<FormItem label="是否自营" prop="selfOperated">
<RadioGroup type="button" button-style="solid" v-model="shopForm.selfOperated" type="button">
<RadioGroup type="button" button-style="solid" v-model="shopForm.selfOperated" >
<Radio :label=true>自营</Radio>
<Radio :label=false>非自营</Radio>
</RadioGroup>