新增店铺名称
This commit is contained in:
parent
3f86343c6a
commit
33f64929fd
@ -194,7 +194,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="店铺名称" min-width="200">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<div class="tab">
|
||||||
|
<div class="line1">
|
||||||
|
{{ scope.row }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="售价" min-width="90">
|
<el-table-column label="售价" min-width="90">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user