Commit 7559f646 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 1d4fd80e
......@@ -45,6 +45,10 @@
label="单号">
</el-table-column>
<el-table-column
prop="createDate" width="140px"
label="创建日期">
</el-table-column>
<el-table-column
prop="departureName"
label="出发地">
</el-table-column>
......@@ -52,6 +56,7 @@
prop="destinationNames"
label="目的地">
</el-table-column>
<el-table-column
prop="budget"
label="人均预算">
......
......@@ -197,7 +197,7 @@
<td>
<div class="tc_info">
<div class="_left">
<img style="width:100%;height:100%" :src="item.imgCover[0].url" alt="">
<img v-if="item.imgCover.length>0" style="width:100%;height:100%" :src="item.imgCover[0].url" alt="">
</div>
<div class="_right">
<p class="color333 font-size14">{{item.title}}</p>
......
......@@ -129,6 +129,7 @@ export default {
res => {
if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData;
// console.log("this.tableData",this.tableData)
this.totalCount = res.data.data.pageCount;
this.Count = res.data.data.count;
this.orderLoading = false;
......
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