This commit is contained in:
Taric Xin
2021-12-30 17:07:30 +08:00
parent bee71216b0
commit 98879c08d2
3 changed files with 472 additions and 469 deletions

View File

@ -1,5 +1,8 @@
<page-header-wrapper [title]="''"></page-header-wrapper>
<button nz-button (click)="menuImport()" [nzLoading]="service.http.loading">
导入
<button nz-button (click)="menuImport(0)" [nzLoading]="service.http.loading">
导入货主菜单
</button>
<button nz-button (click)="menuImport(1)" [nzLoading]="service.http.loading">
导入运营后台菜单
</button>