Commit dc5036b1 authored by 黄奎's avatar 黄奎

页面修改

parent 2103425a
...@@ -155,7 +155,8 @@ ...@@ -155,7 +155,8 @@
</template> </template>
</span> </span>
</td> </td>
<td v-if="childIndex==0" :rowspan="subItem.hotelList.length+1"> <td v-if="childIndex==0"
:rowspan="subItem.SupplierRemarks!=''?subItem.hotelList.length+1:subItem.hotelList.length">
<el-tooltip class="item" effect="dark" content="操作信息" placement="top-start" style="display:none;"> <el-tooltip class="item" effect="dark" content="操作信息" placement="top-start" style="display:none;">
<el-popover placement="bottom" width="460" trigger="click"> <el-popover placement="bottom" width="460" trigger="click">
<table> <table>
...@@ -215,11 +216,13 @@ ...@@ -215,11 +216,13 @@
@click="DeleteSupplierComplain(subItem.Complain_Extend.Id)">删除</a> @click="DeleteSupplierComplain(subItem.Complain_Extend.Id)">删除</a>
</td> </td>
</tr> </tr>
<tr v-if="subIndex==0"> <template v-if="subItem.SupplierRemarks">
<td colspan="8" class="redTip"> <tr v-if="subIndex==0" :class="{roomQuerySplitTrCss:index%2!=0}">
<p>备注:{{subItem.SupplierRemarks}}</p> <td colspan="8" class="redTip">
</td> <p>备注:{{subItem.SupplierRemarks}}</p>
</tr> </td>
</tr>
</template>
</template> </template>
</template> </template>
</table> </table>
......
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