26 lines
1022 B
HTML
26 lines
1022 B
HTML
<!--
|
|
* @Description :
|
|
* @Version : 1.0
|
|
* @Author : Shiming
|
|
* @Date : 2022-01-07 13:27:10
|
|
* @LastEditors : Shiming
|
|
* @LastEditTime : 2022-02-24 14:10:45
|
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\contract-management\\components\\template\\template.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-template-detail-complaint></app-contract-management-template-detail-complaint>
|
|
</nz-tab>
|
|
<nz-tab nzTitle="框架合同">
|
|
<app-contract-management-template-frame-complaint></app-contract-management-template-frame-complaint>
|
|
</nz-tab>
|
|
<nz-tab nzTitle="合伙人合同">
|
|
<app-contract-management-template-partner-complaint></app-contract-management-template-partner-complaint>
|
|
</nz-tab>
|
|
</nz-tabset>
|
|
</ng-template> |