From 15187b39a8452e3111d9a6e35f8ff3c11747a83c Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 28 Jan 2021 22:27:43 +0800 Subject: [PATCH] modify --- zq-erp/src/main/resources/templates/views/super/sysCompany-form.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html b/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html index 73347ad..0c82ad2 100644 --- a/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html +++ b/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html @@ -56,7 +56,7 @@ <div class="form-group"> <label class="col-sm-2 control-label">联系电话</label> <div class="col-sm-4"> - <input type="text" dataType="m" class="form-control" + <input type="text" dataType="*11-11" class="form-control" name="comBossTel" ignore="ignore" th:value="${obj.comBossTel }" nullmsg="联系电话不能为空"> <div class="Validform_checktip"></div> -- Gitblit v1.9.1