Explorar o código

fix:修改交易记录时间

lazy hai 2 meses
pai
achega
8cabf3322a

+ 9 - 0
src/api/cyAccountManage/memberAccountManage/index.js

@@ -181,3 +181,12 @@ export function refreshTranserResultByPlfmSerNo(params) {
     params
   })
 }
+
+// 资金管理-处理交易记录
+export function execDealRecord(params) {
+  return request({
+    url: '/bocomVipAccount/transRecordHandleAll',
+    method: 'get',
+    params
+  })
+}

+ 1 - 1
src/views/cyAccountManage/memberFundManage/transactionRecord.vue

@@ -262,7 +262,7 @@ export default {
         },
         {
           label: '交易完成时间',
-          prop: 'supplierName',
+          prop: 'txnCompleteDate',
           showTooltip: true,
           width: 120
         },