xbot
This commit is contained in:
		| @@ -56,7 +56,7 @@ | ||||
|           @getList="getTableDataGroup()" :col-configs="colConfigsGroup"> | ||||
|           <el-table-column slot="avatar" label="群聊头像"  align="left"> | ||||
|             <template slot-scope="{ row }"> | ||||
|               <img :src="row.avatar" alt="" class="group-avatar"> | ||||
|               <img :src="row.avatar ? row.avatar : 'https://cdn.cunwuyun.cn/dvcp/group-img.png'" alt="" class="group-avatar"> | ||||
|             </template> | ||||
|           </el-table-column> | ||||
|         </ai-table> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user