diff --git a/public/components/property/addRepairSetting/addRepairSetting.js b/public/components/property/addRepairSetting/addRepairSetting.js index f1ef51ef3..11651fcc7 100755 --- a/public/components/property/addRepairSetting/addRepairSetting.js +++ b/public/components/property/addRepairSetting/addRepairSetting.js @@ -38,7 +38,7 @@ errInfo: "类型名称不能为空" }, { - limit: "max", + limit: "maxIn", param: "1,200", errInfo: "类型名称不能超过200位" }, diff --git a/public/components/property/addSmallWeChat/addSmallWeChat.js b/public/components/property/addSmallWeChat/addSmallWeChat.js index d3188f74b..5be608cef 100755 --- a/public/components/property/addSmallWeChat/addSmallWeChat.js +++ b/public/components/property/addSmallWeChat/addSmallWeChat.js @@ -50,7 +50,7 @@ errInfo: "名称不能为空" }, { - limit: "max", + limit: "maxIn", param: "1,100", errInfo: "名称不能超过100位" }, diff --git a/public/components/property/addWechatMenu/addWechatMenu.js b/public/components/property/addWechatMenu/addWechatMenu.js index a4d4fbfff..e4e15a70f 100755 --- a/public/components/property/addWechatMenu/addWechatMenu.js +++ b/public/components/property/addWechatMenu/addWechatMenu.js @@ -44,7 +44,7 @@ errInfo: "菜单名称不能为空" }, { - limit: "max", + limit: "maxIn", param: "1,7", errInfo: "菜单名称不能超过7位" }, diff --git a/public/components/property/editRepairSetting/editRepairSetting.js b/public/components/property/editRepairSetting/editRepairSetting.js index 5cefb9b62..2f25b3e2e 100755 --- a/public/components/property/editRepairSetting/editRepairSetting.js +++ b/public/components/property/editRepairSetting/editRepairSetting.js @@ -37,7 +37,7 @@ errInfo: "类型名称不能为空" }, { - limit: "max", + limit: "maxIn", param: "1,200", errInfo: "类型名称不能超过200位" }, diff --git a/public/components/property/editSmallWeChat/editSmallWeChat.js b/public/components/property/editSmallWeChat/editSmallWeChat.js index 6e7fe0dfb..4a6410998 100755 --- a/public/components/property/editSmallWeChat/editSmallWeChat.js +++ b/public/components/property/editSmallWeChat/editSmallWeChat.js @@ -42,7 +42,7 @@ errInfo: "名称不能为空" }, { - limit: "max", + limit: "maxIn", param: "1,100", errInfo: "名称不能超过100位" }, diff --git a/public/components/property/editWechatMenu/editWechatMenu.js b/public/components/property/editWechatMenu/editWechatMenu.js index 38aecd6f3..03ae15a05 100755 --- a/public/components/property/editWechatMenu/editWechatMenu.js +++ b/public/components/property/editWechatMenu/editWechatMenu.js @@ -38,7 +38,7 @@ errInfo: "菜单名称不能为空" }, { - limit: "max", + limit: "maxIn", param: "1,7", errInfo: "菜单名称不能超过7位" },