@@ -76,6 +76,7 @@
}
if (this.$route.query.channelId) {
+ this.channelForm.channelId = this.$route.query.channelId;
this.searchByChannel();
@@ -155,7 +156,7 @@
})
},
mounted() {
- if(this.parking_company_id){
+ if (this.parking_company_id) {
this.getInfo();
@@ -23,7 +23,7 @@
<ul class="mui-table-view">
<li v-for="(item,index) in recordList" class="mui-table-view-cell">
<router-link class="mui-navigate-right" :to="{name:'MerchantHistoryInfo',query:{id:item.id}}">
- {{item.carNumber}}
+ {{item.carNum}}
<span class="mui-pull-right mui-h6" v-text="item.createTime"></span>
</router-link>
</li>