diff --git a/src/views/sunVillage_info/entityReport/reportLineList.vue b/src/views/sunVillage_info/entityReport/reportLineList.vue
index 7bbd653c..1cd582df 100644
--- a/src/views/sunVillage_info/entityReport/reportLineList.vue
+++ b/src/views/sunVillage_info/entityReport/reportLineList.vue
@@ -30,7 +30,7 @@
-
填报数: {{item.params.numReport}}
+
总填报数: {{item.params.numReport}}
diff --git a/src/views/sunVillage_info/entityReport/reportLineSummary.vue b/src/views/sunVillage_info/entityReport/reportLineSummary.vue
index 7d77f904..39c03b4e 100644
--- a/src/views/sunVillage_info/entityReport/reportLineSummary.vue
+++ b/src/views/sunVillage_info/entityReport/reportLineSummary.vue
@@ -71,7 +71,7 @@
- {{col.name}}
+ {{col.name}}
@@ -170,6 +170,7 @@ export default {
this.loading = true;
summaryList({
templateId: this.editorData.templateId,
+ deptId: Cookies.get('deptId'),
}).then((resp) => {
this.editorData = resp.data;
}).finally(() => {
@@ -467,6 +468,11 @@ export default {
right: -0.6rem;
top: calc(50% - 0.3rem);
}
+ .flex-center {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
}
diff --git a/src/views/sunVillage_info/entityReport/reportLineView.vue b/src/views/sunVillage_info/entityReport/reportLineView.vue
index 383109be..a22484ca 100644
--- a/src/views/sunVillage_info/entityReport/reportLineView.vue
+++ b/src/views/sunVillage_info/entityReport/reportLineView.vue
@@ -525,6 +525,11 @@ export default {
.form_readonly /deep/ .van-icon-arrow-down {
display: none;
}
+
+ .main-table /deep/ .van-field {
+ height: unset;
+ min-height: 1rem;
+ }
}