fix: BUG修改
This commit is contained in:
parent
0babf2d325
commit
4ff223d302
@ -180,7 +180,11 @@ const formConfig = reactive({
|
||||
message: "请输入",
|
||||
trigger: "blur"
|
||||
},
|
||||
{ max: 100, message: "最大值不能超过100", trigger: "blur" }
|
||||
{
|
||||
pattern: /^((?!0)\d{1,2}|100)$/,
|
||||
message: "请输入1-100的整数",
|
||||
trigger: "blur"
|
||||
}
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user