Selaa lähdekoodia

透析号可修改

张保健 5 vuotta sitten
vanhempi
commit
9bf65d932c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/xt_pages/user/components/PatientForm.vue

+ 2 - 2
src/xt_pages/user/components/PatientForm.vue Näytä tiedosto

@@ -63,9 +63,9 @@
63 63
 
64 64
                 <el-col :span="8" :style="isEdit?'width:360px':''">
65 65
                   <el-form-item label="透析号 : " class="is-required">
66
-                    <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成"
66
+                    <el-input  v-model="form.dialysisNo" placeholder="填写或自动生成"
67 67
                               style="width:62%;float:left;margin-right: 2%;"></el-input>
68
-                    <el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button>
68
+                    <!-- <el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button> -->
69 69
                   </el-form-item>
70 70
                 </el-col>
71 71
               </template>