20 lines
824 B
HTML
20 lines
824 B
HTML
<!--
|
|
* @Author: your name
|
|
* @Date: 2022-01-07 13:27:10
|
|
* @LastEditTime: 2022-01-07 13:50:55
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @FilePath: \tms-obc-web\src\app\routes\contract-management\components\index\index.component.html
|
|
-->
|
|
<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> |