Commit f246f72e authored by songrui's avatar songrui

筛查表单 出生日期 组件修改

parent d2053a29
......@@ -62,7 +62,10 @@
@click="showPicker = true"
/>
<van-popup v-model:show="showPicker" position="bottom">
<van-date-picker @confirm="dataBirthConfirm" @cancel="showPicker = false" />
<van-date-picker :min-date="new Date(1900, 0, 1)"
:max-date="new Date()"
@confirm="dataBirthConfirm"
@cancel="showPicker = false" />
</van-popup>
<van-field required
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment