@ -18,11 +18,11 @@
<el-table-column prop="imgUrl"
label="图标"
header-align="center"
width="100"
width="150"
align="center">
<template slot-scope="scope">
<img :src="scope.row.imgUrl"
width="40"
height="40" />
</template>
</el-table-column>