Files
jshERP/erp_web/js/common/cs.js
2018-12-19 23:51:59 +08:00

29 lines
695 B
Java

[{
"id":1,
"text":"Folder1",
"children":[{
"id":11,
"text":"File1",
"checked":true
},{
"text":"Books",
"state":"open",
"children":[{
"id":111,
"text":"<a onclick=\"NewTab('功能管理','../manage/functions.jsp')\">功能管理</a>"
},{
"id": 8,
"text":"Sub Bookds",
"state":"closed"
}]
}]
},{
"text":"Languages",
"state":"closed",
"children":[{
"text":"Java"
},{
"text":"C#"
}]
}]