vue表格拼接ElementUI的el-image图片
:src=“变量 + ‘字符串’”
<el-table-columnprop="box_name"
label="配电室图片">
<template slot-scope="scope">
<el-image :src="'http://1047.11/' + scope.row.room_src"></el-image>
</template>
</el-table-column>
vue表格拼接ElementUI的el-image图片
:src=“变量 + ‘字符串’”
<el-table-columnprop="box_name"
label="配电室图片">
<template slot-scope="scope">
<el-image :src="'http://1047.11/' + scope.row.room_src"></el-image>
</template>
</el-table-column>