account_tree_items.js

来自「用于银行全面掌控公司及各个部门的员工信息与设备资料」· JavaScript 代码 · 共 17 行

JS
17
字号
/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['25803576998 ', null,
		['25803576001 ', 'modifysubaccount_content.htm'],
	],
	['25803576999 ', null,
		['25803576586 ', 'modifysubaccount_content.htm'],
		
	]
];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?