睡眠姿势
@@ -338,7 +340,7 @@ export default {
},
{
label: "购买渠道",
- prop: "purchaseChannel",
+ prop: "road",
search: true,
searchslot: true,
hide: true,
@@ -389,13 +391,13 @@ export default {
prop: "weight",
align: "center",
},
- {
- label: "地址",
- overHidden: true,
- prop: "position",
- slot: true,
- align: "center",
- },
+ // {
+ // label: "地址",
+ // overHidden: true,
+ // prop: "position",
+ // slot: true,
+ // align: "center",
+ // },
{
label: "睡眠姿势",
slot: true,
@@ -452,14 +454,11 @@ export default {
slot: true,
align: "center",
},
- // {
- // label: "购买渠道",
- // prop: "purchaseChannel",
- // type: "select",
- // search: true,
- // slot: true,
- // align: "center",
- // },
+ {
+ label: "购买渠道",
+ prop: "purchaseChannel",
+ align: "center",
+ },
{
label: "备注",
prop: "remark",
@@ -516,10 +515,10 @@ export default {
detailList({ id: row.id }).then(res => {
console.log(res)
this.checkaccept = res.data.data;
- this.checkaccept.position = this.checkaccept.province +
- this.checkaccept.city +
- this.checkaccept.district +
- this.checkaccept.detail
+ // this.checkaccept.position = this.checkaccept.province +
+ // this.checkaccept.city +
+ // this.checkaccept.district +
+ // this.checkaccept.detail
})
},
selectionChange(data) {
@@ -606,7 +605,7 @@ export default {
pillowHardness: this.form.hardness ? this.form.hardness : '',
pillowMaterial: this.form.material ? this.form.material : '',
ageRange: this.form.age ? this.form.age : '',
- purchaseChannel: this.form.purchaseChannel ? this.form.purchaseChannel : '',
+ purchaseChannel: this.form.road ? this.form.road : '',
orderNo: this.form.orderNumber ? this.form.orderNumber : '',
}
} else {
@@ -618,7 +617,7 @@ export default {
ageRange: this.form.age ? this.form.age : '',
startTime: this.form.timeArr[0],
endTime: this.form.timeArr[1],
- purchaseChannel: this.form.purchaseChannel ? this.form.purchaseChannel : '',
+ purchaseChannel: this.form.road ? this.form.road : '',
orderNo: this.form.orderNumber ? this.form.orderNumber : '',
}
}
@@ -644,7 +643,7 @@ export default {
pillowHardness: this.form.hardness ? this.form.hardness : '',
pillowMaterial: this.form.material ? this.form.material : '',
ageRange: this.form.age ? this.form.age : '',
- purchaseChannel: this.form.purchaseChannel ? this.form.purchaseChannel : '',
+ purchaseChannel: this.form.road ? this.form.road : '',
orderNo: this.form.orderNumber ? this.form.orderNumber : '',
}
} else {
@@ -656,7 +655,7 @@ export default {
ageRange: this.form.age ? this.form.age : '',
startTime: this.form.timeArr[0],
endTime: this.form.timeArr[1],
- purchaseChannel: this.form.purchaseChannel ? this.form.purchaseChannel : '',
+ purchaseChannel: this.form.road ? this.form.road : '',
orderNo: this.form.orderNumber ? this.form.orderNumber : '',
}
}
@@ -726,10 +725,10 @@ export default {
this.diaType = 'edit';
detailList({ id: row.id }).then(res => {
this.checkaccept = res.data.data;
- this.checkaccept.position = this.checkaccept.province +
- this.checkaccept.city +
- this.checkaccept.district +
- this.checkaccept.detail
+ // this.checkaccept.position = this.checkaccept.province +
+ // this.checkaccept.city +
+ // this.checkaccept.district +
+ // this.checkaccept.detail
})
},
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 83dd029..840a4c3 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -351,7 +351,7 @@
display: flex;
align-items: center;
justify-content: center;
- // font-size: 80px;
+ font-size: 80px;
.left_form{
width: 70%;