mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 18:35:53 +08:00
商家楼层装修
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
style="width: 30%"
|
||||
></Input>
|
||||
</FormItem>
|
||||
<FormItem label="店铺简介" prop="content" class="wangEditor">
|
||||
<i-switch v-model="form.pageShow" @on-change="pageShow"></i-switch>
|
||||
</FormItem>
|
||||
<Form-item>
|
||||
<Button
|
||||
@click="handleSubmit"
|
||||
@@ -257,6 +260,7 @@ export default {
|
||||
storeAddressDetail: "", //详细地址
|
||||
storeAddressIdPath: "", //地址
|
||||
storeDesc: "", // 店铺描述
|
||||
pageShow:false,
|
||||
},
|
||||
|
||||
// 表单验证规则
|
||||
@@ -331,6 +335,9 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
pageShow(type){
|
||||
this.form.pageShow = type
|
||||
},
|
||||
//修改售后地址
|
||||
regionClick() {
|
||||
this.showRegion = true;
|
||||
|
||||
Reference in New Issue
Block a user