Commit b2e6747e authored by 小费同学阿's avatar 小费同学阿 💬

客运服务

parent d08b7a20
......@@ -103,7 +103,7 @@ border: 1px solid #CCCCCC;border-radius:0.3rem;padding: 0.25rem 1rem 0.25rem 1re
{{ this.dispatchTitle.endStation }}
</div>
</div>
<div class="rectangle" v-show="vehicleTime">数据更新时间:{{dispatchList[0].createTime}}</div>
<div v-if="dispatchList.length>0" class="rectangle" v-show="vehicleTime">数据更新时间:{{dispatchList[0].createTime}}</div>
</div>
<el-table
:data="dispatchList"
......
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