Browse Source

10月28日,乐生

yq1 2 weeks ago
parent
commit
622a9ae27f

+ 3 - 2
src/pages/main/template/DialysisPrintOrderThirtyOne.vue View File

170
           抗凝药物 
170
           抗凝药物 
171
           <div class="inline_block under_line" style="width:92%;text-align: left;">
171
           <div class="inline_block under_line" style="width:92%;text-align: left;">
172
             <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>&nbsp;
172
             <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>&nbsp;
173
+            <label-box :isChecked="prescription.anticoagulant == '甲磺酸萘莫司他' ? true : false" showValue="甲磺酸萘莫司他"></label-box>&nbsp;
173
             <label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="低分子肝素"></label-box>
174
             <label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="低分子肝素"></label-box>
174
             (<label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : false" showValue="钙"></label-box>
175
             (<label-box :isChecked="prescription.anticoagulant == '低分子肝素钙' ? true : false" showValue="钙"></label-box>
175
               <label-box :isChecked="prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="钠"></label-box>)
176
               <label-box :isChecked="prescription.anticoagulant == '低分子肝素钠' ? true : false" showValue="钠"></label-box>)
409
                 <td width="40">TMP</td>
410
                 <td width="40">TMP</td>
410
                 <td width="40">电导率</td>
411
                 <td width="40">电导率</td>
411
                 <td width="40">温度</td>
412
                 <td width="40">温度</td>
412
-                <td width="40">透析液流量</td>
413
+                <!-- <td width="40">透析液流量</td> -->
413
                 <td width="40">UF/hr</td>
414
                 <td width="40">UF/hr</td>
414
                 <td width="200">病情变化处理方式及结果</td>
415
                 <td width="200">病情变化处理方式及结果</td>
415
               </tr>
416
               </tr>
429
                 <td>&nbsp;{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
430
                 <td>&nbsp;{{monitor.transmembrane_pressure?monitor.transmembrane_pressure:''}}</td>
430
                 <td>&nbsp;{{monitor.conductivity?monitor.conductivity:''}}</td>
431
                 <td>&nbsp;{{monitor.conductivity?monitor.conductivity:''}}</td>
431
                 <td>&nbsp;{{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
432
                 <td>&nbsp;{{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
432
-                <td>&nbsp; <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td>
433
+                <!-- <td>&nbsp; <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td> -->
433
                 <td>&nbsp;{{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
434
                 <td>&nbsp;{{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
434
                 <td>
435
                 <td>
435
                   <span v-if="monitor.symptom"> {{ monitor.symptom }} </span>
436
                   <span v-if="monitor.symptom"> {{ monitor.symptom }} </span>

+ 2 - 0
src/pages/new_Patientscheduling/new_content.vue View File

61
                 width=""
61
                 width=""
62
                 trigger="click"
62
                 trigger="click"
63
                 content=""
63
                 content=""
64
+                
64
                 >
65
                 >
65
                 <div v-if="scope.row.Mon_M.patient_id !=''" >
66
                 <div v-if="scope.row.Mon_M.patient_id !=''" >
66
                   <el-button @click='patientedit(scope.row.Mon_M)'>调班</el-button>
67
                   <el-button @click='patientedit(scope.row.Mon_M)'>调班</el-button>
72
                 <!-- <schedule-item slot="reference" :schedule-detail="scope.row.Mon_M"></schedule-item> -->
73
                 <!-- <schedule-item slot="reference" :schedule-detail="scope.row.Mon_M"></schedule-item> -->
73
               </el-popover>
74
               </el-popover>
74
               <schedule-item v-popover:popover :schedule-detail="scope.row.Mon_M"></schedule-item>
75
               <schedule-item v-popover:popover :schedule-detail="scope.row.Mon_M"></schedule-item>
76
+              <!-- <schedule-item class="elpopvers1" v-popover:popover :schedule-detail="scope.row.Mon_M"></schedule-item> -->
75
               <!-- v-popover:popover slot="reference" -->
77
               <!-- v-popover:popover slot="reference" -->
76
             </div>
78
             </div>
77
           </template>
79
           </template>