From 2d0e414191bb949b9750d59857ac8d924d053553 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 21 Jan 2025 10:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BE=E8=BD=A6=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/arrivalConfirmation/index.vue | 86 +++++++++++-------- .../sendACarSystem/components/AuditRecord.vue | 82 ++++++++++-------- pages/sendACarSystem/index.vue | 61 ++++++++----- 3 files changed, 135 insertions(+), 94 deletions(-) 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 { } -