|
@@ -238,7 +238,7 @@ export default {
|
|
|
fixed: 'left',
|
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => {
|
|
|
return (<div style="width:100%;display:flex;justify-content: space-between;" title={row[column.field]} onClick={() => _this.showDesc(row)}>
|
|
|
- <div class="table-link-text" title={row.promotionTitle + '-' + row[column.field]}>
|
|
|
+ <div class="table-link-text" title={row.promotionTitle + '(' + row[column.field] + ')'}>
|
|
|
<span style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{row[column.field]}</span>
|
|
|
</div>
|
|
|
<div style="position:absolute;right:0;">
|