Browse Source

不足 1 周岁的年龄input改为number

lighter 3 years ago
parent
commit
c2c422e00b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

+ 1 - 1
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -73,7 +73,7 @@
               </div>
               <div>
                 (年龄不足 1 周岁的)年龄:
-                <input id="ageDays" v-model="patient.ageDays" style="width: 50px" />天 新生儿出生体重:
+                <input id="ageDays" type="number" v-model="patient.ageDays" style="width: 50px" />天 新生儿出生体重:
                 <input id="newBornWeight" v-model="patient.newBornWeight" style="width: 70px" />克 新生儿入院体重:
                 <input id="newBornAdmissWeight" v-model="patient.newBornAdmissWeight" style="width: 70px" />克
               </div>