Browse Source

【ID1006370】bug修复

chenrui 4 năm trước cách đây
mục cha
commit
428cab49d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/market/giftCard/giftCard.vue

+ 1 - 1
src/views/market/giftCard/giftCard.vue

@@ -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 对象