diff --git a/src/api/cash/financialAccount.js b/src/api/cash/financialAccount.js new file mode 100644 index 0000000..e01d5df --- /dev/null +++ b/src/api/cash/financialAccount.js @@ -0,0 +1,19 @@ +import http from '@/util/http.js' + +//查询资金流水 +export const Moneyfunds = (data) => { + return http({ + method: 'POST', + url: '/Money/funds', + data + }) +} + +// 新增线上退款 +export const refundOnline = (data) => { + return http({ + method: 'POST', + url: '/Money/addOnline', + data + }) +} \ No newline at end of file diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 1f22dd2..e8ba32a 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -1,5 +1,509 @@ + + \ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + +
+ + + diff --git a/src/views/moneyManage/financialAccount/performanceAttribution.vue b/src/views/moneyManage/financialAccount/performanceAttribution.vue index 2273524..e8ba32a 100644 --- a/src/views/moneyManage/financialAccount/performanceAttribution.vue +++ b/src/views/moneyManage/financialAccount/performanceAttribution.vue @@ -1,5 +1,509 @@ + + \ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + +
+ + +