diff --git a/src/views/layout/components/main/shop/add.vue b/src/views/layout/components/main/shop/add.vue index c7ca70d..621f84e 100644 --- a/src/views/layout/components/main/shop/add.vue +++ b/src/views/layout/components/main/shop/add.vue @@ -41,6 +41,16 @@ + + + + + + + + + + @@ -167,6 +177,8 @@ export default { this.form.email = data.email this.form.price_min = data.price_min this.form.weight_max = data.weight_max + this.form.default_transport_price = data.default_transport_price + this.form.default_pack_price = data.default_pack_price this.form.oldFile = data.oldFile this.form.upFile = data.upFile this.form.desc = data.desc @@ -191,6 +203,8 @@ export default { email: this.shop.email, price_min: this.shop.price_min, weight_max: this.shop.weight_max, + default_transport_price: this.shop.default_transport_price, + default_pack_price: this.shop.default_pack_price, oldFile: this.shop.logo, upFile: '', intervalTime: [this.parseTimeString(this.shop.opening_time), this.parseTimeString(this.shop.closeing_time)]