处理挂单测试问题
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
</div>
|
||||
|
||||
<div class="form-item">
|
||||
<label>入住日期区间:</label>
|
||||
<label>入住日期區間:</label>
|
||||
<input type="date" v-model="search.searchCheckInDateStart"> -
|
||||
<input type="date" v-model="search.searchCheckInDateEnd">
|
||||
</div>
|
||||
|
||||
<div class="form-item">
|
||||
<label>退房日期区间:</label>
|
||||
<label>退房日期區間:</label>
|
||||
<input type="date" v-model="search.searchCheckOutDateStart"> -
|
||||
<input type="date" v-model="search.searchCheckOutDateEnd">
|
||||
</div>
|
||||
@@ -95,7 +95,7 @@
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="offCanvasRight" Runat="Server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content5" ContentPlaceHolderID="footer_script" Runat="Server">
|
||||
<style>
|
||||
<style>
|
||||
.search-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -142,10 +142,10 @@ button:hover {
|
||||
loading: false,
|
||||
search: {
|
||||
searchName: null,
|
||||
searchCheckInDateStart: null,//入住日期开始
|
||||
searchCheckInDateEnd: null,//入住日期的结束
|
||||
searchCheckOutDateStart: null,//退房日期的开始
|
||||
searchCheckOutDateEnd: null,//退房日期的结束
|
||||
searchCheckInDateStart: null,//入住日期開始
|
||||
searchCheckInDateEnd: null,//入住日期的結束
|
||||
searchCheckOutDateStart: null,//退房日期的開始
|
||||
searchCheckOutDateEnd: null,//退房日期的結束
|
||||
searchCheckInDate: null,
|
||||
searchCheckOutDate: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user