Commit c32eb5f7 authored by 黄奎's avatar 黄奎

页面修改

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