From 35e752ee4e9bd521f7ff21ee1ae5c1c7557e23e2 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sun, 25 Jul 2021 23:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96max=20=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BAmaxIn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/addRepairSetting/addRepairSetting.js | 2 +- public/components/property/addSmallWeChat/addSmallWeChat.js | 2 +- public/components/property/addWechatMenu/addWechatMenu.js | 2 +- .../components/property/editRepairSetting/editRepairSetting.js | 2 +- public/components/property/editSmallWeChat/editSmallWeChat.js | 2 +- public/components/property/editWechatMenu/editWechatMenu.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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位" },