Просмотр исходного кода

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 4 лет назад
Родитель
Сommit
96871012ca

+ 1 - 1
build/cdn.json Просмотреть файл

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "1.1.124"
2
+  "version": "1.1.256"
3 3
 }

+ 2 - 2
config/prod.env.js Просмотреть файл

@@ -1,9 +1,9 @@
1 1
 "use strict";
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
-  // BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  BASE_API: '"https://api.xt.kuyicloud.com"'
5 5
 
6
-  BASE_API: '"http://api.xt.test.sgjyun.com"'
6
+  // BASE_API: '"http://api.xt.test.sgjyun.com"'
7 7
   // http://api.xt.test.sgjyun.com
8 8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
9 9
 };

+ 1 - 1
src/pages/main/dialog/PlaneDialog.vue Просмотреть файл

@@ -124,7 +124,7 @@ export default {
124 124
       type: Object
125 125
     }
126 126
   },
127
-  mounted() {debugger
127
+  mounted() {
128 128
     if (this.record.id == "") {
129 129
       //没有上下机记录
130 130
       this.end_time_str =

+ 0 - 1
src/pages/main/dialog/ThorougDialog.vue Просмотреть файл

@@ -431,7 +431,6 @@
431 431
           <label class="name" for="dg">透析过程提前其他原因</label>
432 432
           <div class="content">
433 433
             <input
434
-              type="number"
435 434
               @click="newClick($event)"
436 435
               @focus="inputFocus"
437 436
               id="txz"

+ 10 - 5
src/pages/main/today/dialysisMonitoring.vue Просмотреть файл

@@ -24,8 +24,11 @@
24 24
           </th>
25 25
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
26 26
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
27
-          <th v-if="isShow('置换率')" width="92px">置换率(L/h)</th>
28
-          <th v-if="isShow('置换量')" width="92px">置换量(L)</th>
27
+          <th v-if="isShow('置换率')&& template_id == 6" width="92px">置换率(ml/min)</th>
28
+          <th v-if="isShow('置换率')&& template_id != 6" width="92px">置换率(L/h)</th>
29
+          <th v-if="isShow('置换量')&& template_id == 6" width="50px">置换量(ml)</th>
30
+          <th v-if="isShow('置换量')&& template_id != 6" width="50px">置换量(L)</th>
31
+
29 32
 
30 33
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
31 34
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
@@ -42,15 +45,17 @@
42 45
           </td>
43 46
           <td v-if="isShow('血压')">
44 47
             {{
45
-              item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
48
+            item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
46 49
             }}/{{
47
-              item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
50
+            item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
48 51
             }}
49 52
           </td>
50
-
51 53
           <td v-if="isShow('脉搏')">
52 54
             {{ item.pulse_frequency ? item.pulse_frequency : "" }}
53 55
           </td>
56
+
57
+
58
+
54 59
           <td v-if="isShow('呼吸频率')">
55 60
             {{ item.breathing_rate ? item.breathing_rate : "" }}
56 61
           </td>

+ 1 - 1
src/store/modules/globalConfig.js Просмотреть файл

@@ -408,7 +408,7 @@ const global_config = {
408 408
       },
409 409
       5: {
410 410
         id: 5,
411
-        name: '4%枸橼酸钠',
411
+        name: '枸橼酸钠',
412 412
         type: 1,
413 413
         shouji: -1,
414 414
         weichi: 1,