Browse Source

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

csx 5 years ago
parent
commit
7c0b478a09
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/pages/main/today/assessmentBefore.vue

+ 9 - 9
src/pages/main/today/assessmentBefore.vue View File

66
           <span class="content">{{ symptom_before_dialysis }}</span>
66
           <span class="content">{{ symptom_before_dialysis }}</span>
67
           <span class="unit"></span>
67
           <span class="unit"></span>
68
         </li>
68
         </li>
69
-        <li style="height: 0.6rem;" v-if="isShow('出血')">
69
+        <li  v-if="isShow('出血')">
70
           <label>出血:</label>
70
           <label>出血:</label>
71
           <span class="content">{{ is_hemorrhage ? hemorrhage + ';' + hemorrhage_other : '无' }}</span>
71
           <span class="content">{{ is_hemorrhage ? hemorrhage + ';' + hemorrhage_other : '无' }}</span>
72
           <span class="unit"> </span>
72
           <span class="unit"> </span>
110
           <label>穿刺方式 : </label>
110
           <label>穿刺方式 : </label>
111
           <span class="content">{{getWay(this.record.puncture_way)}}</span>
111
           <span class="content">{{getWay(this.record.puncture_way)}}</span>
112
         </li>
112
         </li>
113
-        <li style="height: 0.6rem;" v-if="isShow('中心静脉置管')">
113
+        <li v-if="isShow('中心静脉置管')">
114
           <label>中心静脉置管:</label>
114
           <label>中心静脉置管:</label>
115
           <span class="content">{{getVenousCatheterization(this.record.venous_catheterization)}}</span>
115
           <span class="content">{{getVenousCatheterization(this.record.venous_catheterization)}}</span>
116
           <span class="unit"> </span>
116
           <span class="unit"> </span>
121
 
121
 
122
 
122
 
123
       <ul > -->
123
       <ul > -->
124
-        <li style="height: 0.6rem;" v-if="isShow('位置')">
124
+        <li v-if="isShow('位置')">
125
           <label>位置:</label>
125
           <label>位置:</label>
126
           <span class="content">{{getVenousCatheterizationPart(this.record.venous_catheterization_part)}}</span>
126
           <span class="content">{{getVenousCatheterizationPart(this.record.venous_catheterization_part)}}</span>
127
           <span class="content" >{{venous_catheterization_part_other}}</span>
127
           <span class="content" >{{venous_catheterization_part_other}}</span>
134
 
134
 
135
 
135
 
136
 
136
 
137
-        <li style="height: 0.6rem;" v-if="isShow('其他中心静脉导管')">
137
+        <li v-if="isShow('其他中心静脉导管')">
138
           <label>其他中心静脉导管:</label>
138
           <label>其他中心静脉导管:</label>
139
           <span class="content">{{ ductus_arantii_other }}</span>
139
           <span class="content">{{ ductus_arantii_other }}</span>
140
           <span class="unit"> </span>
140
           <span class="unit"> </span>
148
 
148
 
149
 
149
 
150
 
150
 
151
-        <li style="height: 0.6rem;" v-if="isShow('感染')">
151
+        <li v-if="isShow('感染')">
152
           <label>感染:</label>
152
           <label>感染:</label>
153
           <span class="content">{{this.record.is_infect == 1 ? '无' : '有' }}</span>
153
           <span class="content">{{this.record.is_infect == 1 ? '无' : '有' }}</span>
154
           <span class="unit"> </span>
154
           <span class="unit"> </span>
155
         </li>
155
         </li>
156
 
156
 
157
 
157
 
158
-        <li style="height: 0.6rem;" v-if="isShow('其他感染情况')">
158
+        <li v-if="isShow('其他感染情况')">
159
           <label>其他感染情况:</label>
159
           <label>其他感染情况:</label>
160
           <span class="content">{{ infect_other }}</span>
160
           <span class="content">{{ infect_other }}</span>
161
           <span class="unit"> </span>
161
           <span class="unit"> </span>
162
         </li>
162
         </li>
163
 
163
 
164
 
164
 
165
-        <li style="height: 0.6rem;" v-if="isShow('外露')">
165
+        <li v-if="isShow('外露')">
166
           <label>外露:</label>
166
           <label>外露:</label>
167
           <span class="content">{{this.record.exposed?this.record.exposed:''}}</span>
167
           <span class="content">{{this.record.exposed?this.record.exposed:''}}</span>
168
           <span class="unit">cm</span>
168
           <span class="unit">cm</span>
169
         </li>
169
         </li>
170
 
170
 
171
 
171
 
172
-        <li style="height: 0.6rem;" v-if="isShow('皮肤')">
172
+        <li v-if="isShow('皮肤')">
173
           <label>皮肤:</label>
173
           <label>皮肤:</label>
174
           <span class="content">{{getSkin(this.record.skin)}}</span>
174
           <span class="content">{{getSkin(this.record.skin)}}</span>
175
           <span class="unit"></span>
175
           <span class="unit"></span>
176
         </li>
176
         </li>
177
 
177
 
178
-        <li style="height: 0.6rem;" v-if="isShow('其他皮肤情况')">
178
+        <li v-if="isShow('其他皮肤情况')">
179
           <label>其他皮肤情况:</label>
179
           <label>其他皮肤情况:</label>
180
           <span class="content">{{ skin_other }}</span>
180
           <span class="content">{{ skin_other }}</span>
181
           <span class="unit"> </span>
181
           <span class="unit"> </span>