+
{{ formatIssueDate(scope.row.issueTime) }}
@@ -215,7 +215,7 @@
label="实施日期">
- {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}
+ {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}
@@ -225,7 +225,7 @@
width="150px"
label="新车型实施日期">
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}
+ {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}
+ {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}
-->
- {{ textStatusMap[scope.row.textStatus] }}
+ {{ textStatusMap[scope.row.textStatus] }}
From bbfb1357b5cdf5212e8005b210bcd214a49166f7 Mon Sep 17 00:00:00 2001
From: "wangxiahui@91isoft.com" <140316hui>
Date: Thu, 16 Sep 2021 10:51:18 +0800
Subject: [PATCH 6/6] Default Changelist
---
.../regulatoryRepository/nonConfomity/pages/historicalData.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue
index 6b4009dc0..da065c8d0 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue
@@ -163,7 +163,7 @@