|
@@ -155,7 +155,7 @@ export default {
|
|
|
{ title: '是否已充值', dataIndex: 'stateDictValue', width: 100, align: 'center' },
|
|
|
{ title: '充值时间', dataIndex: 'useTime', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
{ title: '充值用户', dataIndex: 'customPhone', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
- { title: '备注', dataIndex: 'remarks', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
+ { title: '备注', dataIndex: 'remarks', width: 100, align: 'center', ellipsis: true, customRender: (text) => { return text || '--' } },
|
|
|
{ title: '操作', scopedSlots: { customRender: 'action' }, align: 'center', width: 100 }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|