menu: add 自由客户分配 + 客户再分配 to global_menu
This commit is contained in:
parent
963953ae15
commit
ac2f691e1b
@ -181,6 +181,18 @@
|
|||||||
"label": "客户归属",
|
"label": "客户归属",
|
||||||
"url": "{{entire_url('/discount/discount_customer_bind_list/index.ui')}}",
|
"url": "{{entire_url('/discount/discount_customer_bind_list/index.ui')}}",
|
||||||
"target": "app.sage_main_content"
|
"target": "app.sage_main_content"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "free_customer_assign",
|
||||||
|
"label": "自由客户分配",
|
||||||
|
"url": "{{entire_url('/discount/free_customer_assign/index.ui')}}",
|
||||||
|
"target": "app.sage_main_content"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "customer_reassign",
|
||||||
|
"label": "客户再分配",
|
||||||
|
"url": "{{entire_url('/discount/customer_reassign/index.ui')}}",
|
||||||
|
"target": "app.sage_main_content"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user