Commit dc99824c authored by xishifeng's avatar xishifeng

优化

parent 04a8d232
......@@ -4,7 +4,7 @@
<div class="flex">
<p>{{data.user_name}}</p>
<p>预计到场时间:{{data.predict_see_time}}</p>
<p>:{{data.house_title}}</p>
<p>{{data.shop_type?'街铺:':'商场:'}}{{data.house_title}}</p>
</div>
<div class="flex-center">{{data.user_phone}}</div>
</div>
......
......@@ -25,7 +25,6 @@
data() {
let _this = this;
let _receipt = _this.$route.query.receipt == 1;
console.log(_receipt);
return {
headerData: {
'title': _receipt?'实收':'业绩',
......
......@@ -29,8 +29,8 @@
default: 0
},
isreceipt: {
type: [Number, String],
default: 0
type: Boolean,
default: false
}
},
components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment