增加党员简介完成

This commit is contained in:
aixianling
2022-04-18 15:29:42 +08:00
parent f4f23b4814
commit ec93e7cc0d
2 changed files with 15 additions and 8 deletions

View File

@@ -66,6 +66,11 @@
</ai-wrapper>
</template>
</ai-card>
<ai-card title="党员简介">
<template #content>
<div v-text="info.personalProfile"/>
</template>
</ai-card>
<ai-card title="流动信息">
<template #content>
<ai-wrapper
@@ -317,7 +322,7 @@ export default {
}).then(res => {
if (res?.data) {
this.info = res.data
if(this.info.birthday) {
if (this.info.birthday) {
this.info.birthday = this.info.birthday.substring(0, 10)
}
}