From 4067d3f26320840e9894508aa40fecf9827d1553 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Mon, 6 Dec 2021 09:50:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/details.vue | 25 ++++++++++---------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
index 0854650a0..97ea88dac 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
@@ -118,31 +118,31 @@
sortable
label="标准实施日期">
- {{
- scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '-'
- }}
+
+ {{ scope.row.ssrq ? scope.row.ssrq.substring(0, 10) : '-' }}
+
- {{
- scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-'
- }}
+
+ {{ scope.row.xcxssrq ? scope.row.xcxssrq.substring(0, 10) : '-' }}
+
- {{
- scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-'
- }}
+
+ {{ scope.row.zccssrq ? scope.row.zccssrq.substring(0, 10) : '-' }}
+
符合性状态-->