|
|
|
@ -95,10 +95,10 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column fixed="left" prop="jwcode" label="Homily ID" width="110px" /> |
|
|
|
<el-table-column fixed="left" prop="name" :label="t('common_list.name')" width="110px" /> |
|
|
|
<el-table-column prop="marketName" :label="t('common_list.market')" width="100px" /> |
|
|
|
<el-table-column prop="marketName" :label="t('common_list.market')" width="120px" /> |
|
|
|
<el-table-column prop="activity" :label="t('common_list.activity')" width="120px" |
|
|
|
show-overflow-tooltip /> |
|
|
|
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="120px" /> |
|
|
|
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="150px" /> |
|
|
|
<el-table-column prop="goodNum" :label="t('common_list.productNum')" width="130px"> |
|
|
|
<template #default="scope"> |
|
|
|
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{ |
|
|
|
|