- {{ $dateFormat(new Date(scope.row.SSRQ), "yyyy-MM-dd") }}
+
+ {{ $dateFormat(new Date(selectIndex === 'INLAND_STAND' ? scope.row.SSRQ : scope.row.putTime), "yyyy-MM-dd") }}
@@ -987,7 +987,8 @@
width="180"
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '文本状态')">
-
+
{{ 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..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") }}
+
+
+
+
{{ 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;
}