21 lines
680 B
HTML
21 lines
680 B
HTML
<!--
|
|
* @Description :
|
|
* @Version : 1.0
|
|
* @Author : Shiming
|
|
* @Date : 2021-12-06 20:20:26
|
|
* @LastEditors : Shiming
|
|
* @LastEditTime : 2022-01-26 09:27:28
|
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\set\\set.component.html
|
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
|
-->
|
|
<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>
|
|
<app-insurance-table></app-insurance-table>
|
|
</nz-card>
|