소스 검색

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: [
         { 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 => {