see999 3 lat temu
rodzic
commit
425f8ee6f0
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      src/xt_pages/hospitalStation/doctorDesk.vue

+ 2 - 3
src/xt_pages/hospitalStation/doctorDesk.vue Wyświetl plik

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