|
前端代码 , 用户管理 这里 <template slot="avatarslot" slot-scope="text, record, index">
<div class="anty-img-wrap">
<a-avatar shape="square" :src="getAvatarView(record.avatar)" icon="user"/>
</div>
</template> 中的 icon="user" 是什么意思啊
图片地址http://localhost:20000/jeecg-boot/sys/common/view/undefined
|
|