Commit 8ccfc49c authored by zhengke's avatar zhengke

修改了合同

parent 78c736d0
...@@ -732,8 +732,12 @@ ...@@ -732,8 +732,12 @@
<td> <td>
{{item.TrifficType}} {{item.TrifficType}}
</td> </td>
<td>旅游酒店</td> <td>
<td>双人间</td> <span v-if="index!=tripList.length-1">旅游酒店</span>
</td>
<td>
<span v-if="index!=tripList.length-1">双人间</span>
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
...@@ -737,7 +737,6 @@ ...@@ -737,7 +737,6 @@
</tr> --> </tr> -->
</tbody> </tbody>
</table> </table>
<div class="createTableTitle">争议的解决方式</div>
<table class="createTable"> <table class="createTable">
<tbody> <tbody>
<tr> <tr>
......
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