|
|
@@ -29,7 +29,7 @@
|
|
29
|
29
|
</el-row>
|
|
30
|
30
|
|
|
31
|
31
|
<el-table border v-loading="loading" :data="goodsList" :empty-text="emptyTableText">
|
|
32
|
|
- <el-table-column label="商品名称" align="left" min-width="260">
|
|
|
32
|
+ <el-table-column label="商品名称" align="left" min-width="150">
|
|
33
|
33
|
<template slot-scope="scope">
|
|
34
|
34
|
<div class="goods-cell">
|
|
35
|
35
|
<image-preview v-if="scope.row.mainPic" :src="scope.row.mainPic" :width="44" :height="44" />
|
|
|
@@ -37,7 +37,7 @@
|
|
37
|
37
|
</div>
|
|
38
|
38
|
</template>
|
|
39
|
39
|
</el-table-column>
|
|
40
|
|
- <el-table-column label="商品规格" align="center" width="120" :show-overflow-tooltip="true">
|
|
|
40
|
+ <el-table-column label="商品规格" align="center" min-width="250" :show-overflow-tooltip="true">
|
|
41
|
41
|
<template slot-scope="scope">
|
|
42
|
42
|
<span>{{ specText(scope.row.specText) }}</span>
|
|
43
|
43
|
</template>
|