Commit 87400cab by sunchao

其他加扣款跳转到备注

parent a172956f
......@@ -367,6 +367,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
this.approvarList = res['data']['hiringListInfoList'];
if(this.approvarList.length>0){
this.dotFlag = true;
this.getMenuList();
}else{
this.dotFlag = false;
}
......
......@@ -40,4 +40,18 @@
</div>
</div>
</div>
<div class="content_wrapper" *ngIf="type=='3'">
<div class="policy_item" style="padding-bottom: 10px;">
<div class="icon_bolck" style="top: 14px;"><i class="iconfont icon-money-more"></i></div>
<div class="line_item">
<div>{{salaryName}}: 5.6</div>
<div>备注:</div>
</div>
<div class="money" style="top: 20px;right: 10px;">
¥5.6
</div>
</div>
</div>
</div>
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