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) : '' }}
+