+
{{ selectIndex === 'INLAND_STAND' ? scope.row.textStatusName : (selectIndex === 'INLAND_LAWS' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}
@@ -2492,6 +2493,14 @@ export default {
@import '~@/assets/styles/mixins';
@import '~@/assets/styles/style';
+/deep/ .yellowClass{
+ color: #E6A23C !important;
+}
+
+/deep/ .redClass{
+ color: #F56C6C !important;
+}
+
#advancedSearch {
background: #fff;
@borderColor: #BFBFBF;
diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue
index 1edd98e0c..10b36e37d 100644
--- a/src/pages/searchCenter/pages/standardSearch.vue
+++ b/src/pages/searchCenter/pages/standardSearch.vue
@@ -116,7 +116,9 @@
width="200">
{{ getLawsState(scope.row.statecode) }}
- {{ selectIndex === 'stand' ? scope.row.textStatusName : (selectIndex === 'laws' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}
+
+ {{ selectIndex === 'stand' ? scope.row.textStatusName : (selectIndex === 'laws' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}
@import '~@/assets/styles/mixins';
@import '~@/assets/styles/style';
+ /deep/ .yellowClass{
+ color: #E6A23C;
+ }
+
+ /deep/ .redClass{
+ color: #F56C6C;
+ }
/deep/ p{
display: inline;
}
From 83f0c0ec833b27de6f70154f58428668da7bd933 Mon Sep 17 00:00:00 2001
From: super_liu <396572590@qq.com>
Date: Fri, 27 Aug 2021 15:31:26 +0800
Subject: [PATCH 3/5] feat: There is no way the
---
src/pages/searchCenter/pages/advancedSearch.vue | 4 ++--
src/pages/searchCenter/pages/standardSearch.vue | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/src/pages/searchCenter/pages/advancedSearch.vue b/src/pages/searchCenter/pages/advancedSearch.vue
index e731586ed..fccb551d2 100644
--- a/src/pages/searchCenter/pages/advancedSearch.vue
+++ b/src/pages/searchCenter/pages/advancedSearch.vue
@@ -976,8 +976,8 @@
:label="$t('m.putTime')"
width="130">
-
- {{ $dateFormat(new Date(scope.row.SSRQ), "yyyy-MM-dd") }}
+
+ {{ $dateFormat(new Date(selectIndex === 'INLAND_STAND' ? scope.row.SSRQ : scope.row.putTime), "yyyy-MM-dd") }}
diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue
index 10b36e37d..219773ddf 100644
--- a/src/pages/searchCenter/pages/standardSearch.vue
+++ b/src/pages/searchCenter/pages/standardSearch.vue
@@ -109,6 +109,17 @@
+
+
+
+ {{ $dateFormat(new Date((selectIndex === 'stand') ? scope.row.SSRQ : scope.row.putTime), "yyyy-MM-dd") }}
+
+
+
+
Date: Fri, 27 Aug 2021 16:04:10 +0800
Subject: [PATCH 4/5] =?UTF-8?q?=E5=B1=9E=E6=80=A7=E8=87=AA=E5=AE=9A?=
=?UTF-8?q?=E4=B9=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../attributeCustom/components/stand.vue | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/pages/config/pages/attributeCustom/components/stand.vue b/src/pages/config/pages/attributeCustom/components/stand.vue
index 3953c3414..f36390630 100644
--- a/src/pages/config/pages/attributeCustom/components/stand.vue
+++ b/src/pages/config/pages/attributeCustom/components/stand.vue
@@ -104,7 +104,7 @@
label-width="150px"
>
-
+
-
+
-
+
-
+
-
+
{{ opt.label }}-->
-
+
-
+
-
+
{{ opt.label }}
-
+
-
+
Date: Fri, 27 Aug 2021 16:05:59 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86-getAre?=
=?UTF-8?q?aList-INLAND=5FSTAND?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../domesticStandardsAndRegulations/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index e2a4a8fdc..06bb099c8 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -1686,7 +1686,7 @@ export default {
orgTableValName: '',
twoOptions: [],
threeOptions: [],
- sarType: 'STAND',
+ sarType: 'INLAND_STAND',
productModal: false, // 模态框是否打开
modalType: '',
productTitle: '', // 模态框标题