Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

csx 4 years ago
parent
commit
81eedeceb0

+ 2 - 2
src/pages/main/dialog/ThorougDialog.vue View File

@@ -614,8 +614,8 @@
614 614
         </div>
615 615
 
616 616
 
617
-        <div class="item" v-if="isShow('中心静脉封管(肝素-B端)')">
618
-          <label class="name" for="ml">中心静脉封管(肝素-B端)(ml)</label>
617
+        <div class="item" v-if="isShow('中心静脉封管(肝素-V端)')">
618
+          <label class="name" for="ml">中心静脉封管(肝素-V端)(ml)</label>
619 619
           <div class="content">
620 620
             <input
621 621
               type="number"

+ 2 - 2
src/pages/main/today/assessmentAfter.vue View File

@@ -192,8 +192,8 @@
192 192
           <span class="content" id="tzjs">{{this.record.cvc_a?this.record.cvc_a:''}}</span>
193 193
           <span class="unit">{{this.record.cvc_a?'ml':''}}</span>
194 194
         </li>
195
-        <li v-if="isShow('中心静脉封管(肝素-B端)')">
196
-          <label for="bzh">中心静脉封管(肝素-B端): </label>
195
+        <li v-if="isShow('中心静脉封管(肝素-V端)')">
196
+          <label for="bzh">中心静脉封管(肝素-V端): </label>
197 197
           <span class="content" id="tzjs">{{this.record.cvc_b?this.record.cvc_b:''}}</span>
198 198
           <span class="unit">{{this.record.cvc_b?'ml':''}}</span>
199 199
         </li>