5dd5e750 by 杨炀

no message

1 parent 312a6d60
......@@ -137,11 +137,13 @@
<p>{{b.messageObj.roomStayDate}}</p>
</div>
<div v-if="b.orderType == 1">
<h3 class="m0">{{b.name}}</h3>
<div v-for="(car,index) in b.messageObj.carsList" :key="index">
<p v-if="car.num>0">{{car.name}}{{car.num}}</p>
</div>
</div>
<div v-if="b.orderType == 2">
<h3 class="m0">{{b.name}}</h3>
<div v-for="(n,index) in b.messageObj.foodsList" :key="index">
<p v-if="n.num > 0">
{{n.name}}({{n.categoryName}}) <text>{{n.num}}</text>
......@@ -149,12 +151,13 @@
</div>
</div>
<div v-if="b.orderType == 3 || b.orderType == 4">
<div>
<h3 class="m0">{{b.name}}</h3>
<p>
{{language==0?'套餐名称:':''}}{{b.messageObj.packageName}}
</div>
<div>
</p>
<p>
{{language==0?'预约时间:':''}}{{b.deliveryTime.slice(0,10)}} {{b.messageObj.timePeriod}}
</div>
</p>
</div>
</el-col>
<el-col :lg="3" :md="6" :sm="6" :xs="6" class="text-center">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!