|
@@ -16,15 +16,13 @@
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <NullList :remark="'暂无车位申请出入记录'" v-if="!recordList.length"></NullList>
|
|
|
|
+
|
|
<div class="mui-slider-group">
|
|
<div class="mui-slider-group">
|
|
- <div style="text-align: center;margin-top: 100px" v-if="!recordList.length">
|
|
|
|
- <img src="~$project/assets/img/lad.png" width="50%" >
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
|
|
|
|
<div class="mui-slider-item mui-control-content">
|
|
<div class="mui-slider-item mui-control-content">
|
|
- <div style="text-align: center" v-if="!recordList.length">
|
|
|
|
- <span>暂无车位申请出入记录</span>
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
|
|
|
|
<div class="mui-scroll-wrapper">
|
|
<div class="mui-scroll-wrapper">
|
|
<div class="mui-scroll">
|
|
<div class="mui-scroll">
|
|
@@ -62,6 +60,8 @@
|
|
<script>
|
|
<script>
|
|
import * as API from '@/apis/Master/Property/car'
|
|
import * as API from '@/apis/Master/Property/car'
|
|
import Common from '$project/components/Common.vue'
|
|
import Common from '$project/components/Common.vue'
|
|
|
|
+ import NullList from '$project/components/NullList.vue'
|
|
|
|
+
|
|
import Loading from '$project/components/Loading.vue'
|
|
import Loading from '$project/components/Loading.vue'
|
|
import TopHeader from '$project/components/TopHeader.vue'
|
|
import TopHeader from '$project/components/TopHeader.vue'
|
|
import isReachBottom from '$project/utils/isReachBottom'
|
|
import isReachBottom from '$project/utils/isReachBottom'
|
|
@@ -74,7 +74,7 @@
|
|
components: {
|
|
components: {
|
|
Common,
|
|
Common,
|
|
Loading,
|
|
Loading,
|
|
- TopHeader
|
|
|
|
|
|
+ TopHeader,NullList
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|