From dc3b8a2dea210f3d6ccfe4d7c36835bba138846f Mon Sep 17 00:00:00 2001 From: chiguangxu Date: Fri, 23 Mar 2018 11:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=96=B0=E5=A2=9E=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=BA=A2=E8=89=B2=E5=AD=97=E4=BD=93=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E6=88=B7=E6=96=B0=E5=A2=9E=E7=95=8C=E9=9D=A2?= =?UTF-8?q?checkbox=E5=B0=8F=E8=B0=83=E6=95=B4=EF=BC=8Ctreeselect=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E7=BB=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/tags/sys/treeselect.tag | 10 +++++-- .../webapp/WEB-INF/views/sys/userForm.jsp | 28 +++++++++++++++---- .../webapp/static/global/css/components.css | 5 ++-- 3 files changed, 33 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/tags/sys/treeselect.tag b/src/main/webapp/WEB-INF/tags/sys/treeselect.tag index 7b58533d6..d13c06435 100644 --- a/src/main/webapp/WEB-INF/tags/sys/treeselect.tag +++ b/src/main/webapp/WEB-INF/tags/sys/treeselect.tag @@ -24,12 +24,18 @@ <%@ attribute name="dataMsgRequired" type="java.lang.String" required="false" description=""%> <%@ attribute name="selectDepartment" type="java.lang.String" required="false" description="不允许选择部门,自办部门,转办部门"%> <%@ attribute name="showParentName" type="java.lang.String" required="false" description="显示父类名称"%> -
+
- <%--      --%> + +
+ +
+
+ +