diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index 074d1edef..b55aa66a9 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -12,51 +12,78 @@
实施预警
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
- 清空
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 清空
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新车型实施日期预警
@@ -602,7 +629,8 @@ export default {
//标准名称
standName: this.dynamic.standName,
//实施日期
- putTime: this.dynamic.putTime,
+ putTime: this.dynamic.putTime[0],
+ lastTime: this.dynamic.putTime[1],
//适用车型
applyType: this.dynamic.applyType
}, {
@@ -1043,6 +1071,7 @@ export default {
}
.more {
+ width: 100%;
margin-top: 30px;
/deep/ .el-input__inner {
width: 155px;
@@ -1050,7 +1079,7 @@ export default {
.choose-time-area {
/deep/ .el-input__inner {
- width: 170px;
+ width: 220px;
}
}