csx 4 lat temu
rodzic
commit
657ce2934b

+ 0 - 2
src/pages/main/dialog/ThorougDialog.vue Wyświetl plik

@@ -22,8 +22,6 @@
22 22
           <div class="content">
23 23
             <input
24 24
               type="number"
25
-              @click="newClick($event)"
26
-              @focus="inputFocus"
27 25
               id="sjcll"
28 26
               v-model="formValue.actual_ultrafiltration"
29 27
             />

+ 6 - 4
src/pages/main/today/acceptsAssessment.vue Wyświetl plik

@@ -35,6 +35,11 @@
35 35
           <span class="content">{{ sickCondition }}</span>
36 36
         </li>
37 37
 
38
+        <li v-if="isShow('其他病情')">
39
+          <label>其他病情</label>
40
+          <span class="content">{{ this.record.sick_condition_other }}</span>
41
+        </li>
42
+
38 43
         <li v-if="isShow('跌倒风险评估评分')">
39 44
           <label>跌倒风险评估评分:</label>
40 45
           <span class="content">{{ this.record.score }}分</span>
@@ -54,10 +59,7 @@
54 59
           <span class="content">{{ this.record.precaution_other }}</span>
55 60
         </li>
56 61
 
57
-        <li v-if="isShow('其他病情')">
58
-          <label>其他病情</label>
59
-          <span class="content">{{ this.record.sick_condition_other }}</span>
60
-        </li>
62
+
61 63
 
62 64
         <li v-if="isShow('摄入量')">
63 65
           <label>摄入量:</label>

+ 15 - 13
src/pages/main/today/assessmentAfter.vue Wyświetl plik

@@ -4,16 +4,21 @@
4 4
       <p>{{title}}</p><span class="line"></span></h2>
5 5
     <div class="plate ">
6 6
       <ul>
7
-        <li v-if="isShow('透后体重')">
8
-          <label for="thtz">透后体重 : </label>
9
-          <span class="content" id="thtz">{{weight_after?weight_after:''}}</span>
10
-          <span class="unit">{{weight_after?'kg':''}}</span>
7
+        <li v-if="isShow('舒张压')">
8
+          <label for="szy">舒张压 : </label>
9
+          <span id="szy" class="content">{{diastolic_blood_pressure?diastolic_blood_pressure:''}}</span>
10
+          <span class="unit">{{diastolic_blood_pressure?'mmHg':''}}</span>
11 11
         </li>
12 12
         <li v-if="isShow('收缩压')">
13 13
           <label for="ssy">收缩压 : </label>
14 14
           <span class="content" id="ssy">{{systolic_blood_pressure?systolic_blood_pressure:''}}</span>
15 15
           <span class="unit">{{systolic_blood_pressure?'mmHg':''}}</span>
16 16
         </li>
17
+        <li v-if="isShow('透后体重')">
18
+          <label for="thtz">透后体重 : </label>
19
+          <span class="content" id="thtz">{{weight_after?weight_after:''}}</span>
20
+          <span class="unit">{{weight_after?'kg':''}}</span>
21
+        </li>
17 22
         <li v-if="isShow('实际超滤量')">
18 23
           <label for="sjcll">实际超滤量: </label>
19 24
           <span class="content" id="sjcll">{{actual_ultrafiltration?actual_ultrafiltration:''}}</span>
@@ -57,6 +62,10 @@
57 62
           <span id="ml" class="content">{{pulse_frequency?pulse_frequency:''}}</span>
58 63
           <span class="unit">{{pulse_frequency?'次/分':''}}</span>
59 64
         </li>
65
+        <li v-if="isShow('血管通路部位')">
66
+          <label for="xgtl">血管通路部位 : </label>
67
+          <span id="xgtl" class="content">{{blood_access_part}}</span>
68
+        </li>
60 69
 
61 70
         <li v-if="isShow('血管通路操作')">
62 71
           <label for="xgtlcz">血管通路操作: </label>
@@ -71,11 +80,7 @@
71 80
           <span class="content" id="tzjs">{{weight_loss?weight_loss:''}}</span>
72 81
           <span class="unit">{{weight_loss?'kg':''}}</span>
73 82
         </li>
74
-        <li v-if="isShow('舒张压')">
75
-          <label for="szy">舒张压 : </label>
76
-          <span id="szy" class="content">{{diastolic_blood_pressure?diastolic_blood_pressure:''}}</span>
77
-          <span class="unit">{{diastolic_blood_pressure?'mmHg':''}}</span>
78
-        </li>
83
+
79 84
         <li v-if="isShow('实际置换量')">
80 85
           <label for="sjzhl">实际置换量 : </label>
81 86
           <span id="sjzhl" class="content">{{actual_displacement?actual_displacement:''}}</span>
@@ -85,10 +90,7 @@
85 90
           <label for="thzz">透后症状 : </label>
86 91
           <span id="thzz" class="content">{{symptom_after_dialysis}}</span>
87 92
         </li>
88
-        <li v-if="isShow('血管通路部位')">
89
-          <label for="xgtl">血管通路部位 : </label>
90
-          <span id="xgtl" class="content">{{blood_access_part}}</span>
91
-        </li>
93
+
92 94
         <li v-if="isShow('并发症')">
93 95
           <label for="bfz">并发症: </label>
94 96
           <span id="bfz" class="content">{{complication}}</span>

+ 1 - 5
src/pages/main/today/assessmentBefore.vue Wyświetl plik

@@ -96,11 +96,7 @@
96 96
           <span class="content">{{ complication }}</span>
97 97
           <span class="unit"></span>
98 98
         </li>
99
-        <li v-if="isShow('透析前症状')">
100
-          <label>透析前症状 : </label>
101
-          <span class="content">{{ symptom_before_dialysis }}</span>
102
-          <span class="unit"></span>
103
-        </li>
99
+
104 100
 
105 101
         <!-- </ul>
106 102