Commit 4b57279b by 无尘

fix: 去掉日期选择限制

parent 3e6af337
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@
"name": "@gic-test/vue-gic-people",
"description": "vue-gic-people Plugin",
"author": "fairyly <498745097@qq.com>",
"version": "1.2.10",
"version": "1.2.11",
"license": "MIT",
"private": false,
"main": "dist/vue-gic-people.js",
......
......@@ -344,9 +344,9 @@
// data
pickerOptions: {
disabledDate(time) {
/* disabledDate(time) {
return time.getTime() > Date.now() - 8.64e6
}
} */
},
// 生日
......@@ -370,9 +370,9 @@
pickerOptionsRange: {
disabledDate(time) {
/* disabledDate(time) {
return time.getTime() > Date.now() - 8.64e6
}
} */
},
// 区域 option
......
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