Commit 5726f729 by Sweet Zhang

测试报聘新增字段样式调整

parent 02bc737d
...@@ -180,27 +180,27 @@ ...@@ -180,27 +180,27 @@
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>S3纵队</span> <span>S3纵队</span>
<div>{{employQuery?.s3SubordinateSystemName}}</div> <div><input type="text" [(ngModel)]="employQuery.s3SubordinateSystemName" class="form-control" disabled/></div>
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>纵队负责人</span> <span>纵队负责人</span>
<div>{{employQuery?.s3TeamLeaderName}}</div> <div><input type="text" [(ngModel)]="employQuery.s3TeamLeaderName" class="form-control" disabled/></div>
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>S2体系</span> <span>S2体系</span>
<div>{{employQuery?.s2SubordinateSystemName}}</div> <div><input type="text" [(ngModel)]="employQuery.s2SubordinateSystemName" class="form-control" disabled/></div>
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>体系负责人</span> <span>体系负责人</span>
<div>{{employQuery?.s2TeamLeaderName}}</div> <div><input type="text" [(ngModel)]="employQuery.s2TeamLeaderName" class="form-control" disabled/></div>
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>S1分部</span> <span>S1分部</span>
<div>{{employQuery?.s1SubordinateSystemName}}</div> <div><input type="text" [(ngModel)]="employQuery.s1SubordinateSystemName" class="form-control" disabled/></div>
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>分部负责人</span> <span>分部负责人</span>
<div>{{employQuery?.s1TeamLeaderName}}</div> <div><input type="text" [(ngModel)]="employQuery.s1TeamLeaderName" class="form-control" disabled/></div>
</div> </div>
<!-- <div class="contentItem"> <!-- <div class="contentItem">
<span>分公司</span> <span>分公司</span>
......
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