|
|
@@ -13,7 +13,7 @@
|
|
|
<a-popconfirm title="确定全部删除吗?" @confirm="delAll">
|
|
|
<a-button :disabled="delLoading" :loading="delLoading" type="primary" icon="stop">全部删除</a-button>
|
|
|
</a-popconfirm> -->
|
|
|
- <j-input placeholder="房间号" v-model="queryParam.name" style="width: 200px;margin-right:8px;"></j-input>
|
|
|
+ <j-input placeholder="房间号" v-model="queryParam.roomNo" style="width: 200px;margin-right:8px;"></j-input>
|
|
|
<a-range-picker style="margin-right:8px;" @change="onChangeTime" />
|
|
|
<a-popconfirm v-if="selectedRowKeys.length > 0" title="确定删除吗?" @confirm="delBatch">
|
|
|
<a-button :disabled="delLoading" :loading="delLoading" icon="stop" style="">
|
|
|
@@ -250,6 +250,8 @@ export default {
|
|
|
},
|
|
|
//选择日期
|
|
|
onChangeTime(date, dateString) {
|
|
|
+ this.queryParam.startTime = dateString[0]
|
|
|
+ this.queryParam.endTime = dateString[1]
|
|
|
console.log(date, dateString)
|
|
|
},
|
|
|
},
|