瀏覽代碼

【ID1006370】bug修复

chenrui 4 年之前
父節點
當前提交
428cab49d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 对象