Commit 740b4aa1 authored by 黄奎's avatar 黄奎

新增餐厅次数统计

parent 515f0eac
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
style="border-collapse:separate;border-spacing:0px 10px;table-layout:fixed;"> style="border-collapse:separate;border-spacing:0px 10px;table-layout:fixed;">
<tr> <tr>
<th width="200">{{$t('restaurant.res_packageName')}}</th> <th width="200">{{$t('restaurant.res_packageName')}}</th>
<th width="200">{{$t('scen.sc_bjts')}}</th> <th width="200">使用次数</th>
<th>{{$t('scen.sc_dj')}}</th> <th>{{$t('scen.sc_dj')}}</th>
<th>{{$t('scen.sc_gj')}}</th> <th>{{$t('scen.sc_gj')}}</th>
<th width="300">{{$t('hotel.hotel_remark')}}</th> <th width="300">{{$t('hotel.hotel_remark')}}</th>
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
</el-tooltip> </el-tooltip>
</td> </td>
<td class="DaysInfo"> <td class="DaysInfo">
<span><i class="iconfont icon-kaoqintongji"></i>{{item.Days}}{{$t('hotel.hotel_day')}}</span> <span><i class="iconfont icon-kaoqintongji"></i>{{item.UseTime}}</span>
</td> </td>
<td> <td>
<p class="clearfix"> <p class="clearfix">
......
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