Kaynağa Gözat

修改显示字段

csx 4 yıl önce
ebeveyn
işleme
907458f57e

+ 4 - 6
src/xt_pages/data/prescription.vue Dosyayı Görüntüle

@@ -134,16 +134,14 @@
134 134
                   </el-form-item>
135 135
                 </el-col>
136 136
                 <el-col :span="8" v-if="anticoagulant.gaimingcheng != -1">
137
-                  <el-form-item :label="'钙('+anticoagulant.gaimingcheng_unit+'): '" prop="anticoagulant_gaimingcheng">
137
+                  <el-form-item label="钙名称:" prop="anticoagulant_gaimingcheng">
138 138
                     <el-input v-model="addPlan.anticoagulant_gaimingcheng"
139
-                              :disabled="anticoagulant.gaimingcheng==1?false:true"
140
-                              placeholder="钙名称"></el-input>
139
+                              :disabled="anticoagulant.gaimingcheng==1?false:true" placeholder="钙名称"></el-input>
141 140
                   </el-form-item>
142 141
                 </el-col>
143 142
                 <el-col :span="8" v-if="anticoagulant.gaijiliang != -1">
144
-                  <el-form-item prop="anticoagulant_gaijiliang">
145
-                    <el-input v-model="addPlan.anticoagulant_gaijiliang"
146
-                              :disabled="anticoagulant.gaijiliang==1?false:true"
143
+                  <el-form-item  :label="'钙剂量('+anticoagulant.gaimingcheng_unit+'): '"  prop="anticoagulant_gaijiliang">
144
+                    <el-input v-model="addPlan.anticoagulant_gaijiliang" :disabled="anticoagulant.gaijiliang==1?false:true"
147 145
                               placeholder="钙剂量"></el-input>
148 146
                   </el-form-item>
149 147
                 </el-col>

+ 8 - 8
src/xt_pages/upload/fast/One.vue Dosyayı Görüntüle

@@ -735,17 +735,17 @@ export default {
735 735
             );
736 736
           } else {
737 737
             console.log("patient get err state");
738
-            this.$notify.error({
739
-              title: "错误",
740
-              message: "网络异常"
741
-            });
738
+            // this.$notify.error({
739
+            //   title: "错误",
740
+            //   message: "网络异常"
741
+            // });
742 742
           }
743 743
         })
744 744
         .catch(err => {
745
-          this.$notify.error({
746
-            title: "错误",
747
-            message: "网络异常"
748
-          });
745
+          // this.$notify.error({
746
+          //   title: "错误",
747
+          //   message: "网络异常"
748
+          // });
749 749
         });
750 750
     },
751 751
     fetchAllAdminUsers() {

+ 2 - 2
src/xt_pages/user/dialysisSolution.vue Dosyayı Görüntüle

@@ -253,13 +253,13 @@
253 253
             </el-form-item>
254 254
           </el-col>
255 255
           <el-col :span="8" v-if="anticoagulant.gaimingcheng != -1&&isShows('钙名称')">
256
-            <el-form-item :label="'钙('+anticoagulant.gaimingcheng_unit+'): '" prop="anticoagulant_gaimingcheng">
256
+            <el-form-item label="钙名称:" prop="anticoagulant_gaimingcheng">
257 257
               <el-input v-model="addPlan.anticoagulant_gaimingcheng"
258 258
                         :disabled="anticoagulant.gaimingcheng==1?false:true" placeholder="钙名称"></el-input>
259 259
             </el-form-item>
260 260
           </el-col>
261 261
           <el-col :span="8" v-if="anticoagulant.gaijiliang != -1&&isShows('钙剂量')">
262
-            <el-form-item prop="anticoagulant_gaijiliang">
262
+            <el-form-item  :label="'钙剂量('+anticoagulant.gaimingcheng_unit+'): '"  prop="anticoagulant_gaijiliang">
263 263
               <el-input v-model="addPlan.anticoagulant_gaijiliang" :disabled="anticoagulant.gaijiliang==1?false:true"
264 264
                         placeholder="钙剂量"></el-input>
265 265
             </el-form-item>