Commit e8edae67 by sunchao

我的报聘添加判断显示经济合同

parent e8baff94
......@@ -7,9 +7,9 @@
</div>
</li>
</ul>
<div style="padding: 10px 0px 0px 0px;">
<div class="contentList" *ngIf="selectedId==0">
<ul>
<div style="padding: 10px 0px 0px 0px;height: 100%;">
<div class="contentList" *ngIf="selectedId==0" style="min-height: 100%;">
<ul *ngIf="practitionerInfo?.contractOssPath">
<li>
<a href="{{practitionerInfo?.contractOssPath}}" download="{{practitionerInfo?.contractOssPath}}" target="_blank">
<div><i class="iconfont icon-pdf"></i></div>
......@@ -18,6 +18,7 @@
</a>
</li>
</ul>
<div *ngIf="!practitionerInfo?.contractOssPath" style="text-align: center;height: 40px;line-height: 40px;">暂无经纪合同</div>
</div>
<ydlife-thanks *ngIf="selectedId==1" [isShowClose]="isShowClose"></ydlife-thanks>
<div class="contentList" *ngIf="selectedId==2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment