二、Vue的表格+图片设计


 element-ui自带查询框表格

    
    
class="InformationTable"> table :data=" tableData.filter( (data) => !search || data.name.toLowerCase().includes(search.toLowerCase()) ) " style="width: 100%" max-height="570" > "序号" type="index" align="center" width="100"> column prop="avatar_square" label="头像" align="center" width="100" > column label="主理人姓名" prop="name" align="center" width="100" > column label="独家商户" prop="exclusive" align="center" width="100" > "手机" prop="mobile" align="center" width="100"> "邮箱" prop="email" align="center" width="100"> "微信" prop="wechat" align="center" width="100"> column prop="honor" label="图片管理" align="center" width="100" > "简介" prop="describe" align="center"> "right" width="300">