
el-table-column v-ifcol.key index :keycol.key fixed label序号 width55 :typecol.type aligncenter template slot-scopescope span v-if!scope.row._isChild{{ getRowIndex(scope.row) }}/span /template /el-table-column !-- 主图列 -- el-table-column v-else-ifcol.key image :keycol.key :fixedcol.fixed :type :labelcol.label :widthcol.width aligncenter template slot-scopescope el-image v-ifscope.row.image :srcscope.row.image stylewidth: 50px; height: 50px; border-radius: 4px; fitcover :preview-src-list[scope.row.image] /el-image span v-else stylecolor: #C0C4CC; font-size: 12px;无图片/span /template /el-table-column !-- 图纸列 -- el-table-column v-else-ifcol.key drawing :keycol.key :fixedcol.fixed :labelcol.label :widthcol.width aligncenter template slot-scopescope i v-ifscope.row.drawing classiconfont icon-ic_ysc ic_ysc/i i v-else classiconfont icon-ic_wsc/i /template /el-table-column只需要在想要放在的列前一列添加 type 就可以了