浏览代码

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) {