25 lines
346 B
JSON
25 lines
346 B
JSON
{
|
|
"comment":"分销商财务人员菜单",
|
|
"widgettype":"Tree",
|
|
"options":{
|
|
"idField":"name",
|
|
"textField":"label",
|
|
"data":[
|
|
{
|
|
"name":"invoice_mgr",
|
|
"label":"发票管理"
|
|
},
|
|
{
|
|
"name":"cost_report",
|
|
"label":"费用清单"
|
|
},
|
|
{
|
|
"name":"accounting_verify",
|
|
"label":"对账销账"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|
|
|