yq1 пре 1 недеља
родитељ
комит
c79d2a4a10
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/pages/main/template/DialysisPrintOrdereightyone.vue

+ 3 - 3
src/pages/main/template/DialysisPrintOrdereightyone.vue Прегледај датотеку

@@ -652,7 +652,7 @@
652 652
                                 monitor.operate_time ==
653 653
                                   dialysisOrder.start_time)&&(org_id!=10414) && (org_id!=10683)
654 654
                               "
655
-                              >【开始透析】 <span v-if="org_id ==10598">引血100ml/min</span>
655
+                              >【开始透析】 <span>引血100ml/min</span>
656 656
                               </template>
657 657
 
658 658
                             {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
@@ -1832,14 +1832,14 @@ export default {
1832 1832
           if (Object.keys(monitor).length > 0 && index > 1) {
1833 1833
             if (monitor.operate_time == this.dialysisOrder.end_time) {
1834 1834
             if(this.org_id!=10683){
1835
-              this.monitors[index].end = '【结束透析】'
1835
+              this.monitors[index].end = '【结束透析】回血100ml/min'
1836 1836
             }
1837 1837
              
1838 1838
               tempmonitorflag = false
1839 1839
             }
1840 1840
             if (tempmonitorflag && index == this.monitors.length - 1) {
1841 1841
               if(this.org_id!=10683){
1842
-                this.monitors[index].end = '【结束透析】'
1842
+                this.monitors[index].end = '【结束透析】回血100ml/min'
1843 1843
               }
1844 1844
              
1845 1845
             }