Commit 7559f646 authored by huangyuanyuan's avatar huangyuanyuan

update

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