增加党员简介完成
This commit is contained in:
@@ -2,12 +2,7 @@
|
|||||||
<ai-detail class="party">
|
<ai-detail class="party">
|
||||||
<ai-title slot="title" :title="isEdit ? '编辑党员' : '添加党员'" isShowBack isShowBottomBorder @onBackClick="cancel"/>
|
<ai-title slot="title" :title="isEdit ? '编辑党员' : '添加党员'" isShowBack isShowBottomBorder @onBackClick="cancel"/>
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<el-form
|
<el-form ref="form" :model="form" label-width="110px" label-position="right">
|
||||||
ref="form"
|
|
||||||
:model="form"
|
|
||||||
label-width="110px"
|
|
||||||
label-position="right"
|
|
||||||
>
|
|
||||||
<ai-card title="个人信息">
|
<ai-card title="个人信息">
|
||||||
<template #content>
|
<template #content>
|
||||||
<el-alert
|
<el-alert
|
||||||
@@ -75,7 +70,6 @@
|
|||||||
<el-form-item label="个人照片" prop="photo">
|
<el-form-item label="个人照片" prop="photo">
|
||||||
<ai-avatar :instance="instance" v-model="form.avatarUrl"/>
|
<ai-avatar :instance="instance" v-model="form.avatarUrl"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label="性别" prop="sex">
|
<el-form-item label="性别" prop="sex">
|
||||||
<ai-select
|
<ai-select
|
||||||
disabled
|
disabled
|
||||||
@@ -316,6 +310,14 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
|
<ai-card title="党员简介">
|
||||||
|
<template #content>
|
||||||
|
<el-form-item label="党员个人简介" prop="personalProfile">
|
||||||
|
<el-input type="textarea" v-model="form.personalProfile" clearable maxlength="1000" show-word-limit
|
||||||
|
rows="5" placeholder="请输入党员个人简介"/>
|
||||||
|
</el-form-item>
|
||||||
|
</template>
|
||||||
|
</ai-card>
|
||||||
<ai-card title="流动信息">
|
<ai-card title="流动信息">
|
||||||
<div class="ai-form" slot="content">
|
<div class="ai-form" slot="content">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
|
|||||||
@@ -66,6 +66,11 @@
|
|||||||
</ai-wrapper>
|
</ai-wrapper>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
|
<ai-card title="党员简介">
|
||||||
|
<template #content>
|
||||||
|
<div v-text="info.personalProfile"/>
|
||||||
|
</template>
|
||||||
|
</ai-card>
|
||||||
<ai-card title="流动信息">
|
<ai-card title="流动信息">
|
||||||
<template #content>
|
<template #content>
|
||||||
<ai-wrapper
|
<ai-wrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user