Sfoglia il codice sorgente

透析号可修改

张保健 5 anni fa
parent
commit
9bf65d932c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/xt_pages/user/components/PatientForm.vue

+ 2 - 2
src/xt_pages/user/components/PatientForm.vue Vedi File

@@ -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>