# 左侧ui工具栏
"CONDITION_TOOLBAR": [
    {"type":"toolitem","action":"search"},
    {"type":"stretcher"},
    {type:"menu", text:"", icon:"ellipsis-v",
    child: [
        {"type":"menuitem","action":"set_condition_ui"}
    ]}
]
# 工具栏
"MAIN_TOOLBAR": [
    {"type":"toolitem","action":"export_excel"},
    {"type":"stretcher"}
]

#所有树形控件的菜单
"TREEVIEW_POPUP": [
    {"type":"menuitem","action":"collapseAll"},
    {"type":"menuitem","action":"expandAll"}
]