Fix : 时间超过15个字符无法输入的问题
This commit is contained in:
parent
011d01b594
commit
18498231de
@ -357,7 +357,7 @@
|
|||||||
key: "time",
|
key: "time",
|
||||||
name: "时间",
|
name: "时间",
|
||||||
type: 'input',
|
type: 'input',
|
||||||
maxlength: 15,
|
maxlength: 25, // 调整到25个字符 便于调整时间
|
||||||
more: ["2020.02.13 - 2022.12.13", "2020年 - 2022年", "停止于:2022.12.13 00:00:00", "更新于:2022.12.13 00:00:00"]
|
more: ["2020.02.13 - 2022.12.13", "2020年 - 2022年", "停止于:2022.12.13 00:00:00", "更新于:2022.12.13 00:00:00"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user