feat: add credit limit menu entry to global menu
This commit is contained in:
parent
459f00d995
commit
ed17dc0c86
@ -95,6 +95,13 @@
|
|||||||
"url": "{{entire_url('/accounting/index.ui')}}",
|
"url": "{{entire_url('/accounting/index.ui')}}",
|
||||||
"target": "app.sage_main_content"
|
"target": "app.sage_main_content"
|
||||||
}
|
}
|
||||||
|
,{
|
||||||
|
"name": "credit_limit",
|
||||||
|
"label": "信用额度",
|
||||||
|
"icon": "fa fa-credit-card",
|
||||||
|
"url": "{{entire_url('/accounting/credit_limit/index.ui')}}",
|
||||||
|
"target": "app.sage_main_content"
|
||||||
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if get_user() %}
|
{% if get_user() %}
|
||||||
,{
|
,{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user