Browse Source

筛查出生日期格式修改

newMaster
1747191978@qq.com 3 months ago
parent
commit
6da8e2c3aa
  1. 2
      acupuncture-前台/src/views/screening/h5.vue

2
acupuncture-前台/src/views/screening/h5.vue

@ -47,6 +47,8 @@
<el-form-item label="出生日期" prop="SCWJ-BIRTH">
<el-date-picker
v-model="form['SCWJ-BIRTH']"
value-format=" yyyy-MM-dd"
format="yyyy-MM-dd"
type="date"
placeholder="选择日期"
@change="calculateAge"

Loading…
Cancel
Save