see999 3 gadus atpakaļ
vecāks
revīzija
344133877b

+ 6 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Parādīt failu

@@ -344,6 +344,12 @@
344 344
                      {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:'/'}}
345 345
                     </div>
346 346
                   </div>
347
+                  <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
348
+                    血浆分离器:
349
+                    <div class="under_line" style="width: 70px;text-align: center">
350
+                     {{prescription.plasma_separator?prescription.plasma_separator:'/'}}
351
+                    </div>
352
+                  </div>
347 353
                   <div class="inline_block" style="flex:1;">
348 354
                     干体重:
349 355
                     <div class="under_line" style="width: 150px;text-align: center">

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Parādīt failu

@@ -53,8 +53,8 @@
53 53
           <el-tabs v-model="titleType" @tab-click="handleClick"
54 54
                    style="position: fixed;width: calc(100% - 490px);background:#fff;">
55 55
             <el-tab-pane label="电子处方" name="电子处方"></el-tab-pane>
56
-            <el-tab-pane label="电子病历" name="电子病历"></el-tab-pane>
57 56
             <el-tab-pane label="透析记录" name="透析记录"></el-tab-pane>
57
+            <el-tab-pane label="电子病历" name="电子病历"></el-tab-pane>
58 58
           </el-tabs>
59 59
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
60 60
             <el-button size="small" ref="button_one" @click="open(1)" type="primary" v-loading="saveLoading">保存

+ 3 - 0
src/xt_pages/workforce/components/tableData.vue Parādīt failu

@@ -1066,6 +1066,9 @@ export default {
1066 1066
         }, 0);
1067 1067
         sums[index];
1068 1068
       });
1069
+      this.$nextTick(() => {
1070
+        this.$refs.table.doLayout();
1071
+      });
1069 1072
 
1070 1073
       return sums;
1071 1074
     },