<el-table-column label="{%NAME%}"> <template slot-scope="scope"> <div class="tabBox_img" v-viewer> <img v-lazy="img" v-for="img in scope.row.{%FIELD%}" /> </div> </template> </el-table-column>