Commit 0db08c16 authored by 黄奎's avatar 黄奎

页面修改

parent ce513c5a
...@@ -318,6 +318,7 @@ ...@@ -318,6 +318,7 @@
<th width="100">使用时间</th> <th width="100">使用时间</th>
<th width="180">餐厅名称</th> <th width="180">餐厅名称</th>
<th width="100">类别</th> <th width="100">类别</th>
<th width="100">总人数</th>
<th width="">用餐人数</th> <th width="">用餐人数</th>
<th width="80">免费人数</th> <th width="80">免费人数</th>
<th width="">单价</th> <th width="">单价</th>
...@@ -337,6 +338,9 @@ ...@@ -337,6 +338,9 @@
<td v-if="childIndex==0" :rowspan="3"> <td v-if="childIndex==0" :rowspan="3">
{{subItem.UseDinnerTypeStr}} {{subItem.UseDinnerTypeStr}}
</td> </td>
<td v-if="childIndex==0" :rowspan="3">
{{subItem.UseAccount}}
</td>
<td> <td>
{{peopleStrToWord(childItem.PeopleType)}}:{{childItem.PeopleNum}} {{peopleStrToWord(childItem.PeopleType)}}:{{childItem.PeopleNum}}
</td> </td>
......
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