mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Optimized form validation
This commit is contained in:
@@ -107,6 +107,10 @@ export default {
|
||||
{
|
||||
required: true,
|
||||
message: '用户组名称为必填项'
|
||||
},
|
||||
{
|
||||
max: 30,
|
||||
message: '用户组不能大于30个字符'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user