Commit 814dbfc7 authored by 黄奎's avatar 黄奎

页面修改

parent ae1fc3c8
......@@ -381,7 +381,12 @@
<tr v-for="(childItem,childIndex) in subItem.DiningPriceList">
<td v-if="childIndex==0&&subIndex==0" :rowspan="3*item.DiningSummaryList.length">{{item.UseTimeStr}}</td>
<td v-if="childIndex==0" :rowspan="3">
{{subItem.RealName? subItem.RealName : subItem.DiningName}}
<template v-if="subItem.DiningName!=subItem.NewDiningName">
{{subItem.NewDiningName}}
</template>
<template v-else>
{{subItem.RealName? subItem.RealName : subItem.DiningName}}
</template>
</td>
<td v-if="childIndex==0" :rowspan="3">
{{subItem.UseDinnerTypeStr}}
......
......@@ -333,7 +333,12 @@ input[type="number"] {
{{item.UseTimeStr}}
</td>
<td v-if="childIndex==0 && subIndex == 0" :rowspan="item.row">
{{subItem.RealName? subItem.RealName : subItem.DiningName}}
<template v-if="subItem.DiningName!=subItem.NewDiningName">
{{subItem.NewDiningName}}
</template>
<template v-else>
{{subItem.RealName? subItem.RealName : subItem.DiningName}}
</template>
</td>
<td v-if="childIndex==0" :rowspan="subItem.DiningPriceList.length">
{{subItem.UseDinnerTypeStr}}
......
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