属性复用问题处理
parent
c63e44793c
commit
c457f6abc9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue