瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
8967d35054
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/businessManage/leduQuery/leduQuery.vue

+ 2 - 2
src/views/businessManage/leduQuery/leduQuery.vue

@@ -77,8 +77,8 @@ export default {
       columns: [
       columns: [
         { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
         { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
         { title: '商户名称', dataIndex: 'officialPartnerName', align: 'center' },
         { title: '商户名称', dataIndex: 'officialPartnerName', align: 'center' },
-        { title: '收取乐豆个数', dataIndex: 'changeNum', width: 200, align: 'center' },
-        { title: '交易时间', dataIndex: 'createDate', width: 200, align: 'center' }
+        { title: '收取乐豆个数', dataIndex: 'changeNum', width: 200, align: 'center' }
+        // { title: '交易时间', dataIndex: 'createDate', width: 200, align: 'center' }
       ],
       ],
       // 加载数据方法 必须为 Promise 对象
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
       loadData: parameter => {