5dd5e750 by 杨炀

no message

1 parent 312a6d60
...@@ -137,11 +137,13 @@ ...@@ -137,11 +137,13 @@
137 <p>{{b.messageObj.roomStayDate}}</p> 137 <p>{{b.messageObj.roomStayDate}}</p>
138 </div> 138 </div>
139 <div v-if="b.orderType == 1"> 139 <div v-if="b.orderType == 1">
140 <h3 class="m0">{{b.name}}</h3>
140 <div v-for="(car,index) in b.messageObj.carsList" :key="index"> 141 <div v-for="(car,index) in b.messageObj.carsList" :key="index">
141 <p v-if="car.num>0">{{car.name}}{{car.num}}</p> 142 <p v-if="car.num>0">{{car.name}}{{car.num}}</p>
142 </div> 143 </div>
143 </div> 144 </div>
144 <div v-if="b.orderType == 2"> 145 <div v-if="b.orderType == 2">
146 <h3 class="m0">{{b.name}}</h3>
145 <div v-for="(n,index) in b.messageObj.foodsList" :key="index"> 147 <div v-for="(n,index) in b.messageObj.foodsList" :key="index">
146 <p v-if="n.num > 0"> 148 <p v-if="n.num > 0">
147 {{n.name}}({{n.categoryName}}) <text>{{n.num}}</text> 149 {{n.name}}({{n.categoryName}}) <text>{{n.num}}</text>
...@@ -149,12 +151,13 @@ ...@@ -149,12 +151,13 @@
149 </div> 151 </div>
150 </div> 152 </div>
151 <div v-if="b.orderType == 3 || b.orderType == 4"> 153 <div v-if="b.orderType == 3 || b.orderType == 4">
152 <div> 154 <h3 class="m0">{{b.name}}</h3>
155 <p>
153 {{language==0?'套餐名称:':''}}{{b.messageObj.packageName}} 156 {{language==0?'套餐名称:':''}}{{b.messageObj.packageName}}
154 </div> 157 </p>
155 <div> 158 <p>
156 {{language==0?'预约时间:':''}}{{b.deliveryTime.slice(0,10)}} {{b.messageObj.timePeriod}} 159 {{language==0?'预约时间:':''}}{{b.deliveryTime.slice(0,10)}} {{b.messageObj.timePeriod}}
157 </div> 160 </p>
158 </div> 161 </div>
159 </el-col> 162 </el-col>
160 <el-col :lg="3" :md="6" :sm="6" :xs="6" class="text-center"> 163 <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!