lilei 4 anni fa
parent
commit
8967d35054
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/businessManage/leduQuery/leduQuery.vue

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

@@ -77,8 +77,8 @@ export default {
       columns: [
         { title: '序号', dataIndex: 'no', width: 80, 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 对象
       loadData: parameter => {