Commit 50f395ca authored by 黄奎's avatar 黄奎

页面修改

parent 66ebaebf
......@@ -5,5 +5,6 @@
var AuthCode = {
EidtCoupon:"IsEidtCoupon",//优惠券修改权限
LeaderAudit:'IsLeaderAudit' //领队报账审核权限
EditOrderCreateBy:"EditOrderCreateBy",//修改业务员
};
export default AuthCode;
\ No newline at end of file
......@@ -302,9 +302,7 @@
<div class="new_right">
<span class="time" v-if="dataList.trafficList[0].airportPickUp==1">接早</span>
<span class="time" v-if="dataList.trafficList[0].airportPickUp==2">送机</span>
<span class="time" v-if="son.childItem.timeType==1">上午</span>
<span class="time" v-if="son.childItem.timeType==2">下午</span>
<span class="time" v-if="son.childItem.timeType==0">全天</span>
<span class="title">
<span v-if="son.type==1" v-for="(dns,o) in son.childItem.subTraffic" :key="o">
{{dns.startCityName}}
......
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