edit
This commit is contained in:
@ -10,10 +10,10 @@
|
|||||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
|
||||||
(click)="loadMemu(selectedPlatform.appId)">查询</button>
|
(click)="loadMemu(selectedPlatform.appId)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<!-- <button nz-button (click)="delMenu(0)" [nzLoading]="service.http.loading">
|
<button nz-button (click)="delMenu(0)" [nzLoading]="service.http.loading">
|
||||||
清空货主菜单
|
清空货主菜单
|
||||||
</button>
|
</button>
|
||||||
<button nz-button (click)="delMenu(1)" [nzLoading]="service.http.loading">
|
<!-- <button nz-button (click)="delMenu(1)" [nzLoading]="service.http.loading">
|
||||||
清空运营后台菜单
|
清空运营后台菜单
|
||||||
</button> -->
|
</button> -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -42,8 +42,7 @@
|
|||||||
{
|
{
|
||||||
"text": "货源管理",
|
"text": "货源管理",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
"link": "/supply-management/index",
|
"link": "/supply-management/index"
|
||||||
"reuse": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "货源详情",
|
"text": "货源详情",
|
||||||
@ -195,7 +194,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "票务管理",
|
"text": "票务管理",
|
||||||
"i18n": "menu.ticket.management",
|
"i18n": "menu.ticket.management",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
"children": [
|
"children": [
|
||||||
@ -234,7 +233,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "财务管理",
|
"text": "财务管理",
|
||||||
"i18n": "menu.financial.management",
|
"i18n": "menu.financial.management",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
"children": [
|
"children": [
|
||||||
|
|||||||
Reference in New Issue
Block a user