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
+
+
+
+
+
+
+
+ 精网号:
+
+
+
+ 所属地区:
+
+
+
+
+ 支付平台:
+
+
+
+
+
+ 状态:
+
+
+
+
+
+
+
+
+
+ 订单号:
+
+
+
+ 付款时间:
+
+
+
+ {{ t('common.search') }}
+ {{ t('common.exportExcel') }}
+ {{ t('common.viewExportList') }}
+ {{ t('common.reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.status === 4 ? '已到账' : '已退款' }}
+
+
+
+
+
+
+
+ 退款
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getTagText(scope.row.state) }}
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+
+ {{ t('common_export.download') }}
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+ 精网号:
+
+
+
+ 所属地区:
+
+
+
+
+ 支付平台:
+
+
+
+
+
+ 状态:
+
+
+
+
+
+
+
+
+
+ 订单号:
+
+
+
+ 付款时间:
+
+
+
+ {{ t('common.search') }}
+ {{ t('common.exportExcel') }}
+ {{ t('common.viewExportList') }}
+ {{ t('common.reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.status === 4 ? '已到账' : '已退款' }}
+
+
+
+
+
+
+
+ 退款
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getTagText(scope.row.state) }}
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+
+ {{ t('common_export.download') }}
+
+
+
+
+
+
+
+
+
+
+
+