This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
.
master
yxq
1 month ago
parent
500bdd70f8
commit
ff104fb0c1
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
monitorMobile/pages/work/passengerFlow/index.vue
+1
-1
monitorMobile/pages/work/returnBed/index.vue
+1
-1
monitorMobile/pages/work/rollCall/index.vue
+ 1
- 1
monitorMobile/pages/work/passengerFlow/index.vue
View File
@@ -33,7 +33,7 @@
</view>
</view>
</u-list-item>
<u-loadmore :status="status" />
<u-loadmore
v-if="status!='nomore'||list.length!=0"
:status="status" />
</u-list>
</view>
</template>
+ 1
- 1
monitorMobile/pages/work/returnBed/index.vue
View File
@@ -28,7 +28,7 @@
</view>
</view>
</u-list-item>
<u-loadmore :status="status" />
<u-loadmore
v-if="status!='nomore'||list.length!=0"
:status="status" />
</u-list>
</view>
</template>
+ 1
- 1
monitorMobile/pages/work/rollCall/index.vue
View File
@@ -32,7 +32,7 @@
</view>
</view>
</u-list-item>
<u-loadmore :status="status" />
<u-loadmore
v-if="status!='nomore'||list.length!=0"
:status="status" />
</u-list>
</view>
</template>
Write
Preview
Loading…
Cancel
Save