mirror of https://github.com/bjdgyc/anylink.git
过期时间只能选择当天之后
This commit is contained in:
parent
522f723b51
commit
8536e2f1d4
|
@ -190,6 +190,7 @@
|
|||
size="small"
|
||||
align="center"
|
||||
style="width:130px"
|
||||
:picker-options="pickerOptions"
|
||||
placeholder="选择日期">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
|
@ -258,6 +259,11 @@ export default {
|
|||
grouNames: [],
|
||||
tableData: [],
|
||||
count: 10,
|
||||
pickerOptions: {
|
||||
disabledDate(time) {
|
||||
return time.getTime() < Date.now();
|
||||
}
|
||||
},
|
||||
searchData: '',
|
||||
otpImgData: {visible: false, username: '', nickname: '', base64Img: ''},
|
||||
ruleForm: {
|
||||
|
|
Loading…
Reference in New Issue