+
+ 派车数量:
+ {{ item.dispatchNum }}
+
+
+
+
-
-
-
-
- 工程名称:
- {{ item.proName }}
-
-
-
- 派车数量:
- {{ item.dispatchNum }}
-
-
-
+
+ 派车时间:
+ {{ item.outTime }}
-
- 派车时间:
- {{ item.outTime }}
-
@@ -74,7 +76,7 @@
-
+
@@ -130,6 +132,8 @@ export default {
console.log('🚀 ~ getList ~ res', res)
this.tableList = res.list
this.total = res.total
+ if (this.tableList.length == this.total) this.status = 'nomore'
+ else this.status = 'loadmore'
} catch (error) {
console.log('🚀 ~ getList ~ error', error)
}
@@ -265,15 +269,25 @@ export default {
}
-