mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化max 问题 修改为maxIn
This commit is contained in:
parent
44d4944783
commit
35e752ee4e
@ -38,7 +38,7 @@
|
||||
errInfo: "类型名称不能为空"
|
||||
},
|
||||
{
|
||||
limit: "max",
|
||||
limit: "maxIn",
|
||||
param: "1,200",
|
||||
errInfo: "类型名称不能超过200位"
|
||||
},
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
errInfo: "名称不能为空"
|
||||
},
|
||||
{
|
||||
limit: "max",
|
||||
limit: "maxIn",
|
||||
param: "1,100",
|
||||
errInfo: "名称不能超过100位"
|
||||
},
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
errInfo: "菜单名称不能为空"
|
||||
},
|
||||
{
|
||||
limit: "max",
|
||||
limit: "maxIn",
|
||||
param: "1,7",
|
||||
errInfo: "菜单名称不能超过7位"
|
||||
},
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
errInfo: "类型名称不能为空"
|
||||
},
|
||||
{
|
||||
limit: "max",
|
||||
limit: "maxIn",
|
||||
param: "1,200",
|
||||
errInfo: "类型名称不能超过200位"
|
||||
},
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
errInfo: "名称不能为空"
|
||||
},
|
||||
{
|
||||
limit: "max",
|
||||
limit: "maxIn",
|
||||
param: "1,100",
|
||||
errInfo: "名称不能超过100位"
|
||||
},
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
errInfo: "菜单名称不能为空"
|
||||
},
|
||||
{
|
||||
limit: "max",
|
||||
limit: "maxIn",
|
||||
param: "1,7",
|
||||
errInfo: "菜单名称不能超过7位"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user