Browse Source

修改处方字段

csx 5 years ago
parent
commit
eb94122744
1 changed files with 12 additions and 12 deletions
  1. 12 12
      src/pages/main/dialog/PrescriptionDialog.vue

+ 12 - 12
src/pages/main/dialog/PrescriptionDialog.vue View File

@@ -109,21 +109,21 @@
109 109
             </div>
110 110
           </div>
111 111
 
112
-        <div class="item" v-if="anticoagulant.gaimingcheng != -1 && isShow('钙名称')">
113
-          <label class="name" for="g">钙名称({{anticoagulant.gaimingcheng_unit}})</label>
114
-          <div class="content">
115
-            <input type="text" id="g" class="inputBox" v-model="dialysisPrescription.anticoagulant_gaimingcheng"
116
-                   :disabled="anticoagulant.gaimingcheng==1?false:true">
112
+          <div class="item" v-if="anticoagulant.gaimingcheng != -1 && isShow('钙名称')">
113
+            <label class="name" for="g">钙名称</label>
114
+            <div class="content">
115
+              <input type="text" id="g" class="inputBox" v-model="dialysisPrescription.anticoagulant_gaimingcheng"
116
+                     :disabled="anticoagulant.gaimingcheng==1?false:true">
117
+            </div>
117 118
           </div>
118
-        </div>
119 119
 
120
-        <div class="item" v-if="anticoagulant.gaijiliang != -1 && isShow('钙剂量')">
121
-          <label class="name" for="gjl">钙剂量</label>
122
-          <div class="content">
123
-            <input type="text" id="gjl" class="inputBox" v-model="dialysisPrescription.anticoagulant_gaimingcheng"
124
-                   :disabled="anticoagulant.gaimingcheng==1?false:true">
120
+          <div class="item" v-if="anticoagulant.gaijiliang != -1 && isShow('钙剂量')">
121
+            <label class="name" for="gjl">钙剂量({{anticoagulant.gaimingcheng_unit}})</label>
122
+            <div class="content">
123
+              <input type="text" id="gjl" class="inputBox" v-model="dialysisPrescription.anticoagulant_gaijiliang"
124
+                     :disabled="anticoagulant.gaijiliang==1?false:true">
125
+            </div>
125 126
           </div>
126
-        </div>
127 127
         <!-- <div class="item">
128 128
           <label class="name" for="gtz">干体重(kg)</label>
129 129
           <div class="content">