23 lines
807 B
HTML
23 lines
807 B
HTML
<!--
|
|
* @Description :
|
|
* @Version : 1.0
|
|
* @Author : Shiming
|
|
* @Date : 2022-01-07 13:27:10
|
|
* @LastEditors : Shiming
|
|
* @LastEditTime : 2022-01-18 17:16:56
|
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\contract-management\\components\\index\\index.component.html
|
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
|
-->
|
|
|
|
<page-header-wrapper title="合同管理" [tab]="tpTab">
|
|
</page-header-wrapper>
|
|
<ng-template #tpTab>
|
|
<nz-tabset [(nzSelectedIndex)]="selectedIndex">
|
|
<nz-tab nzTitle="明细合同">
|
|
<app-contract-management-contract-list></app-contract-management-contract-list>
|
|
</nz-tab>
|
|
<nz-tab nzTitle="框架合同">
|
|
<app-contract-management-contract-frame></app-contract-management-contract-frame>
|
|
</nz-tab>
|
|
</nz-tabset>
|
|
</ng-template> |