From 44a8a68ef467afd8269336823c0dc240941500b3 Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Tue, 21 Apr 2026 16:04:16 +0800
Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../workLicense/components/maintainDialog.vue | 2 +-
src/views/workLicense/workLicense.vue | 22 ++++++++-----------
2 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/src/views/workLicense/components/maintainDialog.vue b/src/views/workLicense/components/maintainDialog.vue
index b168b470..4313928f 100644
--- a/src/views/workLicense/components/maintainDialog.vue
+++ b/src/views/workLicense/components/maintainDialog.vue
@@ -284,7 +284,7 @@ export default {
queryItem.certificateDate = item.certificateDate;
queryItem.airworthinessDate = item.airworthinessDate;
queryItem.astronautDate = item.astronautDate;
- queryItem.maintenanceStatus = 3;
+ queryItem.maintenanceStatus = 1;
query.push(queryItem);
});
addBatch(query).then(res => {
diff --git a/src/views/workLicense/workLicense.vue b/src/views/workLicense/workLicense.vue
index a9cb91da..10507930 100644
--- a/src/views/workLicense/workLicense.vue
+++ b/src/views/workLicense/workLicense.vue
@@ -28,7 +28,9 @@
-
+
+ {{ scope.row.validityPeriodExpire ? scope.row.validityPeriodExpire.substring(0, 10) : '' }}
+
{{ scope.row.dataBirth ? scope.row.dataBirth.substring(0, 10) : '' }}
@@ -54,13 +56,7 @@
{{ scope.row.astronautDateExpire ? scope.row.astronautDateExpire.substring(0, 10) : '' }}
-
- {{
- scope.row.astronautValidityPeriod
- ? scope.row.astronautValidityPeriod.substring(0, 10)
- : ''
- }}
-
+