摘要:
<el-table id="printContent" ref="print" header-row-class-name="sheet-container" :data="selfList" border :header-cell-style="{ background: '#f8f8f8', c 阅读全文
摘要:
当后台返回的数据只有图片路径时,我们是不能直接用 <img :src="item.img"> 因为找不到img这个图片的名称,这个时候就要自己进行转化(让后台返给你 [{pie:"图片1" ,img:"http://tu.png"}] 这种格式也行) 后台能返给你只有路径的他就是不想麻烦再返给你那种 阅读全文