店铺自营状态问题处理

This commit is contained in:
Chopper
2021-05-17 17:43:45 +08:00
parent 3d1391e305
commit a0eaff276b
3 changed files with 7 additions and 6 deletions

View File

@@ -20,9 +20,10 @@
</FormItem>
<FormItem label="是否自营" prop="selfOperated">
<RadioGroup v-model="shopForm.selfOperated">
<Radio :key=0 :label=0>自营</Radio>
<Radio :key=1 :label=1>自营</Radio>
<RadioGroup v-model="shopForm.selfOperated" type="button">
<Radio :label=true>自营</Radio>
<Radio :label=false>非自营</Radio>
</RadioGroup>
</FormItem>
@@ -340,7 +341,7 @@ export default {
settlementCycle: [], // 结算周期
shopForm: { // 店铺数据
settlementCycle: "",
selfOperated: 0,
selfOperated: "",
memberName: "",
companyName: "",
addressPath: "",