bug
This commit is contained in:
		| @@ -632,7 +632,8 @@ export default { | ||||
|             examines: this.form.examines.length ? this.form.examines.map(v => { | ||||
|               return { | ||||
|                 ...v, | ||||
|                 examineUserId: v.id | ||||
|                 examineUserId: v.id, | ||||
|                 examineUserName: v.name | ||||
|               } | ||||
|             }) : [] | ||||
|           }).then(res => { | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
|               <div class="user-wrapper"> | ||||
|                 <div class="user" v-for="(item, index) in info.examines" :key="index"> | ||||
|                   <img src="https://cdn.cunwuyun.cn/dvcp/announce/user.png" /> | ||||
|                   <span>{{ item.name }}</span> | ||||
|                   <span>{{ item.examineUserName }}</span> | ||||
|                 </div> | ||||
|               </div> | ||||
|             </ai-info-item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user