组织变更

This commit is contained in:
shijingjing
2023-01-09 09:26:42 +08:00
parent d9e4901336
commit 275461a474

View File

@@ -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="党员简介">