组织变更
This commit is contained in:
@@ -69,10 +69,17 @@
|
||||
</ai-card>
|
||||
<ai-card title="组织变更记录">
|
||||
<template #content>
|
||||
<ai-wrapper
|
||||
label-width="72px">
|
||||
<ai-info-item label="党籍状态" :value="dict.getLabel('partyStatus',info.partyStatus)"/>
|
||||
</ai-wrapper>
|
||||
<div>
|
||||
<el-steps direction="vertical">
|
||||
<el-step
|
||||
v-for="(item, ind) in info.orgChangeLogs" :key="ind">
|
||||
<template slot="title">
|
||||
<p>{{ item.createTime }}</p>
|
||||
<p>{{ item.newPartyOrgName }}</p>
|
||||
</template>
|
||||
</el-step>
|
||||
</el-steps>
|
||||
</div>
|
||||
</template>
|
||||
</ai-card>
|
||||
<ai-card title="党员简介">
|
||||
|
||||
Reference in New Issue
Block a user