diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index 678e004a8..5e8784304 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -533,15 +533,18 @@
@selection-change="selectAllStand">
+ align="center"
+ width="60"
+ >
-
+
+
+ width="170">
{{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '' }}
@@ -589,6 +600,7 @@
show-overflow-tooltip
prop="applyArctic"
label="适用车型"
+ width="90"
>
-
-
-
-
+
diff --git a/src/pages/home1/components/solicitopinions/index.vue b/src/pages/home1/components/solicitopinions/index.vue
index 689255518..3bed9ea18 100644
--- a/src/pages/home1/components/solicitopinions/index.vue
+++ b/src/pages/home1/components/solicitopinions/index.vue
@@ -4,7 +4,7 @@
-
@@ -44,12 +44,7 @@ export default {
}, {
_this: this
}, res => {
- let arr = res.data.records;
- arr.forEach(item => {
- if (item.cname !== "") {
- this.domesticDynamics.push(item);
- }
- });
+ this.domesticDynamics = res.data.records
}, e => {
});
diff --git a/src/pages/processCenter/pages/components/ProcessFooter.vue b/src/pages/processCenter/pages/components/ProcessFooter.vue
index a3fc3a5c0..3cf4e70c8 100644
--- a/src/pages/processCenter/pages/components/ProcessFooter.vue
+++ b/src/pages/processCenter/pages/components/ProcessFooter.vue
@@ -1,6 +1,6 @@
-