diff --git a/src/views/components/dialogTwo/index.vue b/src/views/components/dialogTwo/index.vue
index 8924564..f8ce2f1 100644
--- a/src/views/components/dialogTwo/index.vue
+++ b/src/views/components/dialogTwo/index.vue
@@ -28,7 +28,8 @@
format="yyyy-MM"
:clearable="false"
value-format="yyyy-MM"
- placeholder="请选择年份">
+ placeholder="请选择年份"
+ >
@@ -39,7 +40,8 @@
placeholder="请选择"
:options="options"
:props="props"
- @change="handleChange">
+ @change="handleChange"
+ >
@@ -106,7 +108,7 @@
header-align="center"
>
- {{ scope.row.createTime.split(' ')[0] }}
+ {{ scope.row.createTime.split(" ")[0] }}
-
{{
details.remark
}}
diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue
index 215a12d..dd30172 100644
--- a/src/views/yingji/home.vue
+++ b/src/views/yingji/home.vue
@@ -66,58 +66,9 @@
prop="institutionName"
label="行政区划"
header-align="center"
+ show-overflow-tooltip
>
-
-
-
-
@@ -153,11 +98,6 @@ import completePlan from "./echarts/completePlan";
import finishRate from "./echarts/finishRate";
import executionPlan from "./echarts/executionPlan";
import myPagination from "@/views/components/myPagination/index";
-// import {
-// workStatistics,
-// xzTree,
-// planeEnTree,
-// } from "@/api/yingji/keyEnterprise.js";
import { indexRegionalism } from "@/api/yingji/home.js";
import executive from "./echarts/executive";
@@ -423,7 +363,7 @@ export default {
}
}
.bottomBox {
- height: calc(100% - 45% - 15px);
+ height: calc(100% - 45% - 15px);
display: flex;
justify-content: space-between;
& > .boxAllStyle {
@@ -431,4 +371,4 @@ export default {
}
}
}
-
\ No newline at end of file
+
diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue
index ed5c7a5..2253d08 100644
--- a/src/views/yingji/planManage.vue
+++ b/src/views/yingji/planManage.vue
@@ -66,13 +66,6 @@
row-key="id"
:row-class-name="tableRowClassName"
>
-