routine update

This commit is contained in:
yubaolee
2016-10-29 22:41:52 +08:00
parent ddc311b38e
commit 74d8682311
7 changed files with 118 additions and 103 deletions

View File

@@ -127,7 +127,7 @@ var editDlg = function () {
layer.open({
type: 1,
skin: 'layui-layer-rim', //加上边框
title: "用户管理", //不显示标题
title: "部门管理", //不显示标题
area: ['400px', '300px'], //宽高
content: $('#editDlg'), //捕获的元素
btn: ['保存', '关闭'],