see999 3 anos atrás
pai
commit
425f8ee6f0
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      src/xt_pages/hospitalStation/doctorDesk.vue

+ 2 - 3
src/xt_pages/hospitalStation/doctorDesk.vue Ver arquivo

@@ -127,7 +127,6 @@
127 127
                 <desk-record :record_date="record_date" :case_history="case_history" :patientInfo="patientInfo"
128 128
                              :hisPatientInfo="hisPatientInfo" v-if="titleType == '电子病历'" :detalid="detalid"
129 129
                              ref="child"></desk-record>
130
-                c
131 130
                 <medicalRecord ref='medicalRecord' @func="getMsgFormSon"></medicalRecord>
132 131
                 <saveRecordTemplate ref='saveRecordTemplate'></saveRecordTemplate>
133 132
                 <!--<dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'></dialysis-index>-->
@@ -4179,7 +4178,7 @@
4179 4178
 
4180 4179
       // this.diagnoses = this.getDictionaryDataConfig('system', 'diagnose')
4181 4180
       // this.other_sick = this.getDictionaryDataConfig('system', 'other_sick_history')
4182
-      let tableHeight = document.body.clientHeight - 263
4181
+      let tableHeight = document.body.clientHeight - 323
4183 4182
       this.tableHeight = tableHeight
4184 4183
 
4185 4184
     },
@@ -4197,7 +4196,7 @@
4197 4196
       fullHeight(val) {
4198 4197
         if (!this.timer) {
4199 4198
           this.fullHeight = val
4200
-          let tableHeight = val - 263
4199
+          let tableHeight = val - 323
4201 4200
           this.tableHeight = tableHeight
4202 4201
           this.timer = true
4203 4202
           let that = this