diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue
index 535577a6d..bc04fcba4 100644
--- a/src/views/modules/base/community/community.vue
+++ b/src/views/modules/base/community/community.vue
@@ -380,7 +380,6 @@ export default {
this.rentFlag = '';
this.handleSearch()
}
-
},
computed: {
rowHeight() {
diff --git a/src/views/modules/base/migration/records/index.vue b/src/views/modules/base/migration/records/index.vue
index f6ab5b26f..acd8c6431 100644
--- a/src/views/modules/base/migration/records/index.vue
+++ b/src/views/modules/base/migration/records/index.vue
@@ -5,109 +5,69 @@
-
-
-
+
+
+
{{
- row.subjectType === 'building' ? '楼栋' :
- row.subjectType === 'quarters' ? '小区' : ''
- }}
+ row.subjectType === 'building' ? '楼栋' :
+ row.subjectType === 'quarters' ? '小区' : ''
+ }}
-
-
-
-
+
+
+
+
-
+ row.status === 1 ? 'info' :
+ row.status === 2 ? 'success' : ''
+ ">
{{
- row.status === -1 ? '失败' :
- row.status === 0 ? '未开始' :
- row.status === 1 ? '执行中' :
- row.status === 2 ? '成功' : ''
- }}
+ row.status === -1 ? '失败' :
+ row.status === 0 ? '未开始' :
+ row.status === 1 ? '执行中' :
+ row.status === 2 ? '成功' : ''
+ }}
-
+
-
+
-
-
+
+
diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue
index 59b97b81c..66f42ddb6 100644
--- a/src/views/modules/home/index.vue
+++ b/src/views/modules/home/index.vue
@@ -774,8 +774,12 @@ export default {
}
]
};
+ const resizeHandler = () => {
+ this.myBarchart.resize();
+ };
this.myBarchart.setOption(option);
window.addEventListener("resize", this.handleWindowResize);
+ window.addEventListener("resize", resizeHandler);
this.myBarchart.on("click", (e) => {
this.$router.push({
path: "/main/base-nonIntResi",