|
|
|
@ -68,8 +68,8 @@ |
|
|
|
{{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="name" label="Homily ID" width="120" fixed="left" /> |
|
|
|
<el-table-column prop="jwcode" :label="t('common_list.name')" width="120" fixed="left" |
|
|
|
<el-table-column prop="name" :label="t('common_list.name')" width="120" fixed="left" /> |
|
|
|
<el-table-column prop="jwcode" label="Homily ID" width="120" fixed="left" |
|
|
|
show-overflow-tooltip /> |
|
|
|
<el-table-column prop="marketName" :label="t('common_list.market')" width="120" /> |
|
|
|
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="130" show-overflow-tooltip /> |
|
|
|
|