Commit bc223560 authored by xxx's avatar xxx

修改区域信息图片不显示问题

parent 79f96189
......@@ -16,7 +16,7 @@
<el-table-column prop="areaclass" label="所属类别" align="center"></el-table-column>
<el-table-column prop="card" label="区域标识图" align="center">
<template slot-scope="scope">
<img :src="imgSrcStart + '/avatar/' + scope.row.card" width="40" height="40"/>
<img :src="imgSrcStart + 'avatar/' + scope.row.card" width="40" height="40"/>
</template>
</el-table-column>
<el-table-column prop="max" label="最大承接量" align="center"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment