diff --git a/pages/arrivalConfirmation/index.vue b/pages/arrivalConfirmation/index.vue index 6783baa..f46f79d 100644 --- a/pages/arrivalConfirmation/index.vue +++ b/pages/arrivalConfirmation/index.vue @@ -12,42 +12,44 @@ > -
- - -
{{ item.code }}
-
- -
- - +
+
+ + +
{{ item.code }}
+
+ +
+ + +
+
+
+ +
+ 工程名称: + {{ item.proName }} +
+
+
+ 派车数量: + {{ 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 { } -