diff --git a/src/main/webapp/WEB-INF/views/sys/dictForm.jsp b/src/main/webapp/WEB-INF/views/sys/dictForm.jsp index b960fc2da..d4822ae08 100644 --- a/src/main/webapp/WEB-INF/views/sys/dictForm.jsp +++ b/src/main/webapp/WEB-INF/views/sys/dictForm.jsp @@ -22,7 +22,7 @@ }); //删除子项 - $(".delItem").live("click",function(){ + $("#items").delegate("button","click",function(){ $(this).parent().remove(); }); @@ -109,23 +109,38 @@ return true; } - -
--%> +
+
+
+
+
+
- @@ -141,35 +156,35 @@ 表单验证成功!
- -
- -
- - * +
+
+ +
+
+ *
-
- -
- - * +
+ +
+
+ *
-
- - - -
+
+ +
添加词条 *
- -
+
+
+
+
@@ -203,30 +218,37 @@ - + -

-
-
-
- -
- +
+ +
+
+
+
-   - + + +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/sys/dictList.jsp b/src/main/webapp/WEB-INF/views/sys/dictList.jsp index e3c4678e5..f1bd68ac9 100644 --- a/src/main/webapp/WEB-INF/views/sys/dictList.jsp +++ b/src/main/webapp/WEB-INF/views/sys/dictList.jsp @@ -202,29 +202,69 @@ +
+ - - - - +

+ + +

+ +
+
+
+
+
+ -
- - - - " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/> - " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>   -       + +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:true});"/> +
+
+ +
+
+ " onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:true});"/> +
+
+ +
+
+
+
@@ -279,6 +319,12 @@ - +
${page}
+
+
+
+
+
+
\ No newline at end of file