Commit 0ee0f829 authored by zhengke's avatar zhengke

修改

parent 4b763c40
......@@ -110,7 +110,7 @@
</el-table-column>
<el-table-column prop="BrandName" label="品牌">
</el-table-column>
<el-table-column prop="Logo" label="Logo" width="80">
<el-table-column prop="Logo" label="Logo" width="100">
<template slot-scope="scope">
<img v-if="scope.row.Logo" :src="scope.row.Logo" style="width:50px;" alt="" />
</template>
......@@ -124,7 +124,7 @@
</el-table-column>
<el-table-column prop="ProjectName" label="商铺性质" width="150">
</el-table-column>
<el-table-column prop="BrandType" label="品牌定位" width="160">
<el-table-column prop="BrandType" label="品牌定位" width="180">
</el-table-column>
<el-table-column prop="CustomerType" label="客群定位" width="160">
</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