소스 검색

bug 修复

lilei 4 년 전
부모
커밋
1d3c9160a6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/financialManagement/financialCollection/list.vue

+ 4 - 4
src/views/financialManagement/financialCollection/list.vue

@@ -196,8 +196,8 @@ export default {
           }
         },
         {
-          title: '收款时间',
-          dataIndex: 'settleTime',
+          title: '审核时间',
+          dataIndex: 'auditTime',
           width: 160,
           align: 'center',
           customRender: function (text) {
@@ -205,8 +205,8 @@ export default {
           }
         },
         {
-          title: '审核时间',
-          dataIndex: 'auditTime',
+          title: '收款时间',
+          dataIndex: 'settleTime',
           width: 160,
           align: 'center',
           customRender: function (text) {