Commit d85217f0 authored by zhengke's avatar zhengke

修改

parent c81ccaf6
......@@ -22,9 +22,9 @@
</el-table-column>
<el-table-column prop="Name" label="门店名称" width="499">
</el-table-column>
<el-table-column prop="Name" label="封面图" width="80">
<el-table-column prop="Name" label="封面图" width="100">
<template slot-scope="scope">
<img :src="getIconLink(scope.row.CoverImg)" style="height:80px;"/>
<img :src="getIconLink(scope.row.CoverImg)" style="width:80px;height:80px;"/>
</template>
</el-table-column>
<el-table-column prop="Tel" label="联系方式" width="120">
......
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