Преглед изворни кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 пре 3 година
родитељ
комит
56fb54cb96

+ 1 - 1
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Прегледај датотеку

512
             align="center"
512
             align="center"
513
             label="KT/V"
513
             label="KT/V"
514
             width="140"
514
             width="140"
515
-            v-if="isShow('KT/V') && (org_id == 9987 || org_id ==10215) "
515
+            v-if="isShow('KT/V') && (org_id == 9987 || org_id ==10215 || org_id == 9800) "
516
           >
516
           >
517
            <template slot-scope="scope">
517
            <template slot-scope="scope">
518
               {{ scope.row.ktv ? scope.row.ktv : ""  }}
518
               {{ scope.row.ktv ? scope.row.ktv : ""  }}

+ 2 - 2
src/xt_pages/dialysis/details/dialysisMonitoring.vue Прегледај датотеку

38
           <th v-if="isShow('血压监测')" width="92px">血压监测</th>
38
           <th v-if="isShow('血压监测')" width="92px">血压监测</th>
39
           <!-- <th v-if="isShow('血压监测部位')" width="92px">血压监测部位</th>
39
           <!-- <th v-if="isShow('血压监测部位')" width="92px">血压监测部位</th>
40
           <th v-if="isShow('并发症')" width="92px">并发症</th> -->
40
           <th v-if="isShow('并发症')" width="92px">并发症</th> -->
41
-          <th v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215)" width="92px">KT/V</th>
41
+          <th v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id ==  9800)" width="92px">KT/V</th>
42
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
42
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
43
 
43
 
44
           <th v-if="isShow('处理')" width="92px">处理</th>
44
           <th v-if="isShow('处理')" width="92px">处理</th>
85
           <th v-if="isShow('尿素监测')" width="92px">{{monitor.urea_monitoring ? monitor.urea_monitoring : ""}}</th>
85
           <th v-if="isShow('尿素监测')" width="92px">{{monitor.urea_monitoring ? monitor.urea_monitoring : ""}}</th>
86
           <th v-if="isShow('血浓量')" width="92px">{{monitor.blood_thickness ? monitor.blood_thickness : ""}}</th>
86
           <th v-if="isShow('血浓量')" width="92px">{{monitor.blood_thickness ? monitor.blood_thickness : ""}}</th>
87
           <th v-if="isShow('血压监测')" width="92px">{{monitor.blood_monitor ? monitor.blood_monitor : ""}}</th>
87
           <th v-if="isShow('血压监测')" width="92px">{{monitor.blood_monitor ? monitor.blood_monitor : ""}}</th>
88
-          <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215)">{{ monitor.ktv?monitor.ktv:""}}</td>
88
+          <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id ==  9800)">{{ monitor.ktv?monitor.ktv:""}}</td>
89
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
89
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
90
           <td v-if="isShow('处理')">{{ monitor.dispose }}</td>
90
           <td v-if="isShow('处理')">{{ monitor.dispose }}</td>
91
           <td v-if="isShow('结果')">{{ monitor.result }}</td>
91
           <td v-if="isShow('结果')">{{ monitor.result }}</td>