菜单&数据权限新增(展开/折叠 全选/全不选 父子联动)
This commit is contained in:
@ -443,6 +443,14 @@ label.error {
|
||||
background-position: -180px 0
|
||||
}
|
||||
|
||||
/* ztree */
|
||||
div.ztree-border {
|
||||
margin-top: 10px;
|
||||
border: 1px solid #e5e6e7;
|
||||
background: #FFFFFF none;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
/* 切换开关 */
|
||||
.toggle-switch {
|
||||
display: -webkit-inline-box;
|
||||
|
@ -1261,6 +1261,7 @@ var table = {
|
||||
check: {
|
||||
enable: false, // 置 zTree 的节点上是否显示 checkbox / radio
|
||||
nocheckInherit: true, // 设置子节点是否自动继承
|
||||
chkboxType: { "Y": "ps", "N": "ps" } // 父子节点的关联关系
|
||||
},
|
||||
data: {
|
||||
key: {
|
||||
|
Reference in New Issue
Block a user