From 3f51716843f6ca8a98ee69fb09b63b0138e144d9 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 1 Aug 2022 09:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/views/modules/sys/areaForm.html | 2 +- .../core/src/main/resources/views/modules/sys/companyForm.html | 2 +- .../core/src/main/resources/views/modules/sys/officeForm.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/areaForm.html b/modules/core/src/main/resources/views/modules/sys/areaForm.html index 3faec4eb..c67939f8 100644 --- a/modules/core/src/main/resources/views/modules/sys/areaForm.html +++ b/modules/core/src/main/resources/views/modules/sys/areaForm.html @@ -65,7 +65,7 @@
- <#form:input path="treeSort" maxlength="10" class="form-control required digits"/> + <#form:input path="treeSort" maxlength="9" class="form-control required digits"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/companyForm.html b/modules/core/src/main/resources/views/modules/sys/companyForm.html index 6e256ffe..b8020f46 100644 --- a/modules/core/src/main/resources/views/modules/sys/companyForm.html +++ b/modules/core/src/main/resources/views/modules/sys/companyForm.html @@ -62,7 +62,7 @@
- <#form:input path="treeSort" maxlength="10" class="form-control required digits"/> + <#form:input path="treeSort" maxlength="9" class="form-control required digits"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/officeForm.html b/modules/core/src/main/resources/views/modules/sys/officeForm.html index 2b0b2f5a..08ba61ca 100644 --- a/modules/core/src/main/resources/views/modules/sys/officeForm.html +++ b/modules/core/src/main/resources/views/modules/sys/officeForm.html @@ -62,7 +62,7 @@
- <#form:input path="treeSort" maxlength="10" class="form-control required digits"/> + <#form:input path="treeSort" maxlength="9" class="form-control required digits"/>