Commit c32eb5f7 authored by 黄奎's avatar 黄奎

页面修改

parent 50f395ca
......@@ -4,7 +4,7 @@
var AuthCode = {
EidtCoupon:"IsEidtCoupon",//优惠券修改权限
LeaderAudit:'IsLeaderAudit' //领队报账审核权限
LeaderAudit:'IsLeaderAudit', //领队报账审核权限
EditOrderCreateBy:"EditOrderCreateBy",//修改业务员
};
export default AuthCode;
\ No newline at end of file
......@@ -327,9 +327,7 @@
</template>
</div>
<div class="new_right">
<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">
{{son.childItem.couponsName}}
</span>
......@@ -353,9 +351,7 @@
<i class="iconfont icon-jiudian"></i>
</div>
<div class="new_right">
<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>
<div class="title">
{{son.childItem.hotelName+son.childItem.hotelProductName}}
</div>
......@@ -377,9 +373,7 @@
</span>
</div>
<div class="new_right">
<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">
{{son.childItem.dinnerName+son.childItem.mealName}}
</span>
......@@ -401,9 +395,7 @@
<i class="iconfont icon-huodong"></i>
</div>
<div class="new_right">
<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="content" v-html="son.childItem.description"></span>
</div>
</div>
......
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