[FIX]证件截止日期与长期修改

This commit is contained in:
zhouna
2019-12-30 17:17:52 +08:00
parent b7242cef8c
commit 3deffc5b11
4 changed files with 33 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ export default {
maxDate: {
type: Date,
default: () => {
return new Date('2039-12-31')
return new Date('2040-12-31')
}
},
disabled: {