|
@@ -815,7 +815,7 @@
|
|
|
></select-room-form-modal>
|
|
></select-room-form-modal>
|
|
|
|
|
|
|
|
<!-- 修改每日单价弹窗 -->
|
|
<!-- 修改每日单价弹窗 -->
|
|
|
- <a-modal :maskClosable="false" :closable="false" :cancel-button-props="{ style: { display: 'none' } }" :visible="editPriceModal" title="调价" @cancel="editPriceOk" :width="800" @ok="editPriceOk">
|
|
|
|
|
|
|
+ <a-modal :visible="editPriceModal" title="调价" @cancel="editPriceModal = false" :width="800" @ok="editPriceOk">
|
|
|
<table>
|
|
<table>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td style="text-align:center;background:#722ed1;color:#fff;">
|
|
<td style="text-align:center;background:#722ed1;color:#fff;">
|