see999 3 years ago
parent
commit
344133877b

+ 6 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

344
                      {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:'/'}}
344
                      {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:'/'}}
345
                     </div>
345
                     </div>
346
                   </div>
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
                   <div class="inline_block" style="flex:1;">
353
                   <div class="inline_block" style="flex:1;">
348
                     干体重:
354
                     干体重:
349
                     <div class="under_line" style="width: 150px;text-align: center">
355
                     <div class="under_line" style="width: 150px;text-align: center">

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

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

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