This commit is contained in:
Taric Xin
2021-12-27 13:26:43 +08:00
parent 6a3f551509
commit 358ba2708e
13 changed files with 469 additions and 5 deletions

View File

@ -1,4 +1,9 @@
<page-header-wrapper title="费用单">
<page-header-wrapper title="费用单" [logo]="logo">
<ng-template #logo>
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
<i nz-icon nzType="left" nzTheme="outline"></i>
</button>
</ng-template>
</page-header-wrapper>
<nz-card class="search-box">

View File

@ -17,6 +17,10 @@ export class CostManagementDetailComponent implements OnInit {
ngOnInit(): void {}
goBack() {
history.go(-1);
}
private initST(): { [key: string]: STColumn[] } {
return {
cost: [