From 9269db76341c6a9278dbf2083f27a6b1e33e8055 Mon Sep 17 00:00:00 2001
From: zhangdi <15053473693@163.com>
Date: Mon, 19 Jan 2026 13:08:08 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=B2=97=E7=AE=A1=E7=90=86=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/workLicense/personnelEquipment.vue | 5 +++-
src/views/workLicense/workLicense.vue | 24 +++++++++++++++++---
2 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/src/views/workLicense/personnelEquipment.vue b/src/views/workLicense/personnelEquipment.vue
index bb65ba7..357ddfa 100644
--- a/src/views/workLicense/personnelEquipment.vue
+++ b/src/views/workLicense/personnelEquipment.vue
@@ -36,6 +36,9 @@
{{ scope.row.dataBirth ?scope.row.dataBirth.substring(0, 10) : ''}}
+
+ {{ scope.row.validityPeriodExpire ?scope.row.validityPeriodExpire.substring(0, 10) : ''}}
+
@@ -273,7 +276,7 @@ export default {
},
{
label: '设备到期日期',
- prop: 'deviceDueDate',
+ prop: 'validityPeriodExpire',
span: 24,
width: 150,
labelWidth: 140,
diff --git a/src/views/workLicense/workLicense.vue b/src/views/workLicense/workLicense.vue
index d80189c..8bc8097 100644
--- a/src/views/workLicense/workLicense.vue
+++ b/src/views/workLicense/workLicense.vue
@@ -50,6 +50,9 @@
{{ scope.row.astronautDateExpire ? scope.row.astronautDateExpire.substring(0, 10) : '' }}
+
+ {{ scope.row.astronautValidityPeriod ? scope.row.astronautValidityPeriod.substring(0, 10) : '' }}
+