+
状态
@@ -99,5 +99,7 @@ export default {
diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue
index dde125a..25a4a1d 100644
--- a/src/components/doctorCheck/RegisterCheckList.vue
+++ b/src/components/doctorCheck/RegisterCheckList.vue
@@ -1,9 +1,10 @@
-
-
+
@@ -25,7 +26,7 @@ export default {
mounted() {},
computed:{
- ...mapState(['dict','doctorCheck']),
+ ...mapState(['window','dict','doctorCheck']),
},
methods: {
diff --git a/src/views/customerOrg/customerOrg.vue b/src/views/customerOrg/customerOrg.vue
index 6511f3c..661d7de 100644
--- a/src/views/customerOrg/customerOrg.vue
+++ b/src/views/customerOrg/customerOrg.vue
@@ -66,8 +66,8 @@ export default {
methods: {
resize() {
let headerHeight = Number(150);
- let orgDetailHeight = Number(200);
- let editHeight = Number(200);
+ let orgDetailHeight = Number(150);
+ let editHeight = Number(250);
this.CustomerOrgTreeStyle = "overflow: scroll;border: 1px solid;width:200px; height:" + (this.window.pageHeight - headerHeight) + "px;";
this.CustomerOrgRightStyle = "width:" + (this.window.pageWidth - 200 - 60) + "px; height:" + (this.window.pageHeight - headerHeight) + "px;";
@@ -81,7 +81,7 @@ export default {
} else {
this.customerOrg.orgDetailHeight = orgDetailHeight + Math.floor((this.window.pageHeight - 600) * 1 / 3);
editHeight = this.window.pageHeight - headerHeight - this.customerOrg.orgDetailHeight - 50;
- if (editHeight > 400) {
+ if (editHeight > 310) {
this.customerOrg.orgEditStyle += "height:" + editHeight + "px;";
this.customerOrg.orgDetailStyle += "height:" + this.customerOrg.orgDetailHeight + "px;";
} else {
diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue
index 159c812..3492dfc 100644
--- a/src/views/doctorCheck/doctorCheck.vue
+++ b/src/views/doctorCheck/doctorCheck.vue
@@ -1,35 +1,25 @@
-
-
-
- |
-
- |
-
-
- |
-
-
- |
-
- |
-
-
- |
-
-
- |
-
- |
-
-
- |
-
- |
-
-
+
+
\ No newline at end of file