Commit 7976573f authored by 黄奎's avatar 黄奎

页面修改

parent 99dc688e
...@@ -208,9 +208,8 @@ ...@@ -208,9 +208,8 @@
<!--返佣--> <!--返佣-->
<td> <td>
<p class="pHouseStyle link" @input="calculationPrice(subItem)"> <p class="pHouseStyle link" @input="calculationPrice(subItem)">
<span class="spanlink" v-if='childItem.IsRebateRatio==0 ' <span v-if='childItem.RebateRatio>0'>{{childItem.RebateRatio}} %</span>
@click="goUrl('HotelInfo',childItem,'酒店管理')">设置</span> <span class="spanlink" v-else @click="goUrl('HotelInfo',childItem,'酒店管理')">设置</span>
<span v-if='childItem.IsRebateRatio!=0'>{{childItem.RebateRatio}}</span>
</p> </p>
</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