📄 dept_list.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_LEFT = array( );
$target = "dept_main";
$user_list = array(
"PARA_URL" => "/general/system/dept/dept_edit.php",
"PARA_TARGET" => $target,
"PRIV_NO_FLAG" => "1",
"xname" => "system_dept",
"showButton" => "0",
"include_file" => "inc/dept_list/index.php"
);
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "部门列表",
"href" => "",
"onclick" => "clickMenu",
"target" => $target,
"title" => "点击伸缩列表",
"img" => "",
"module" => $user_list,
"module_style" => ""
);
if ( $LOGIN_USER_PRIV == "1" )
{
$MENU_LEFT[count( $MENU_LEFT )] = array(
"text" => "公共自定义组",
"href" => "group",
"onclick" => "",
"target" => $target,
"title" => "",
"img" => "",
"module" => "",
"module_style" => ""
);
}
include_once( "inc/menu_left.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -