增加党员简介完成
This commit is contained in:
		| @@ -2,12 +2,7 @@ | ||||
|   <ai-detail class="party"> | ||||
|     <ai-title slot="title" :title="isEdit ? '编辑党员' : '添加党员'" isShowBack isShowBottomBorder @onBackClick="cancel"/> | ||||
|     <template slot="content"> | ||||
|       <el-form | ||||
|           ref="form" | ||||
|           :model="form" | ||||
|           label-width="110px" | ||||
|           label-position="right" | ||||
|       > | ||||
|       <el-form ref="form" :model="form" label-width="110px" label-position="right"> | ||||
|         <ai-card title="个人信息"> | ||||
|           <template #content> | ||||
|             <el-alert | ||||
| @@ -75,7 +70,6 @@ | ||||
|               <el-form-item label="个人照片" prop="photo"> | ||||
|                 <ai-avatar :instance="instance" v-model="form.avatarUrl"/> | ||||
|               </el-form-item> | ||||
|  | ||||
|               <el-form-item label="性别" prop="sex"> | ||||
|                 <ai-select | ||||
|                     disabled | ||||
| @@ -316,6 +310,14 @@ | ||||
|             </el-form-item> | ||||
|           </div> | ||||
|         </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="流动信息"> | ||||
|           <div class="ai-form" slot="content"> | ||||
|             <el-form-item | ||||
|   | ||||
		Reference in New Issue
	
	Block a user