|
|
@ -425,7 +425,6 @@ |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">所属支部 :</div> |
|
|
|
<span class="f-left8 f-font-color">{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.branchId?residentPartyMemberInfoObj.branchId:'--':'--'}}</span> |
|
|
|
<!-- 待确认 --> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -447,7 +446,6 @@ |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">入党时所在党支部 :</div> |
|
|
|
<span class="f-left8 f-font-color">{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinBranchName?residentPartyMemberInfoObj.joinBranchName:'--':'--'}}</span> |
|
|
|
<!-- 计算属性 --> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -541,7 +539,6 @@ |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">失业原因 :</div> |
|
|
|
<span class="f-left8 f-font-color">{{unemploymentText}}</span> |
|
|
|
<!-- 计算属性 --> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -562,7 +559,6 @@ |
|
|
|
<div class="f-flex f-bto16 f-top24"> |
|
|
|
<div class="f-labels">劳动能力就业愿望 :</div> |
|
|
|
<span class="f-left8 f-font-color">{{residentUnemployedObj?residentUnemployedObj.employmentWish?residentUnemployedObj.employmentWish:'--':'--'}}</span> |
|
|
|
<!-- 计算属性 --> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -1106,7 +1102,6 @@ export default { |
|
|
|
}) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
handleClick(tab){ |
|
|
|
if(tab.index==0){ |
|
|
|
this.getEducation() |
|
|
|