diff --git a/src/views/emis/emisTmsPack/packageManagement.vue b/src/views/emis/emisTmsPack/packageManagement.vue
index 834e7f92..381ea268 100644
--- a/src/views/emis/emisTmsPack/packageManagement.vue
+++ b/src/views/emis/emisTmsPack/packageManagement.vue
@@ -109,9 +109,9 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
@@ -190,9 +190,9 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
@@ -303,11 +303,11 @@
-
+
{{ $t('目的国家') }}
-
+
@@ -462,9 +462,9 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
@@ -535,8 +535,8 @@
-
-
+
+
@@ -615,9 +615,9 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
diff --git a/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue b/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue
index f632635a..3154b2c2 100644
--- a/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue
+++ b/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue
@@ -44,8 +44,8 @@
-
-
+
+
@@ -158,16 +158,16 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
- {{ parseTime(scope.row.estimateDate, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.estimateDate || '', '{y}-{m}-{d}') }}
@@ -235,16 +235,16 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
- {{ parseTime(scope.row.estimateDate, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.estimateDate || "", '{y}-{m}-{d}') }}
@@ -310,9 +310,9 @@
{{ scope.row.remark }}
-
+
- {{ scope.row.destCountryName }}
+ {{ scope.row.receiveCountryName }}
@@ -479,6 +479,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -552,16 +595,16 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
- {{ parseTime(estimateDate) }}
+ {{ parseTime(estimateDate || '') }}
@@ -631,7 +674,7 @@
-
+
@@ -714,16 +757,16 @@
{{ scope.row.sendCountryName }}
-
+
- {{ scope.row.destinationCounty }}
+ {{ scope.row.receiveCountryName }}
- {{ parseTime(estimateDate) }}
+ {{ parseTime(estimateDate || "") }}
@@ -769,7 +812,7 @@