|
@@ -50,7 +50,7 @@
|
50
|
50
|
<div style="padding:0px 10px 5px;border-bottom:2px solid #cccccc;">
|
51
|
51
|
<div style="display:inline-block;">
|
52
|
52
|
<img class="topIcon" style="display:block;width:60%;margin:0 0 20px 0px;" src="http://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/upload/111101940020.png" alt="">
|
53
|
|
- <span style="display:block;font-size:20px;font-weight:700;text-align: center;"> <img width='25px' height="25px" :src='item.AreaIcon' alt=""> {{item.AreaName + item.TableNo}}</span>
|
|
53
|
+ <span style="display:block;font-size:20px;font-weight:700;text-align: center;"> <img width='25px' height="25px" :src='item.AreaIconWhite' alt=""> {{item.AreaName + item.TableNo}}</span>
|
54
|
54
|
</div>
|
55
|
55
|
</div>
|
56
|
56
|
<div style="padding:10px 10px 5px;border-bottom:1px solid #cccccc;" v-for='(item1,index1) in item.Goods' :key='index1'>
|