update 修改鉴权卡校验规则

This commit is contained in:
Lemon
2023-08-11 11:39:36 +08:00
parent 23c7b63a89
commit b27402a7fb

View File

@@ -222,7 +222,7 @@ export default {
{
required: true,
max: 16,
message: "长度必须为16字符(不足长度可后补零)",
message: "长度最长为16字符",
trigger: 'blur'
}
],