From 2401c1171f41144b29a6654b7ffeff765e368d06 Mon Sep 17 00:00:00 2001
From: yujiacong <1016029365@qq.com>
Date: Thu, 18 Sep 2025 17:06:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E-=20=E6=88=BF=E9=97=B4?=
=?UTF-8?q?=E6=97=A5=E6=B5=81=E6=B0=B4=E5=A5=96=E5=8A=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/relAgency/relAgency.js | 27 +-
.../dailyRoomFlow.vue | 358 ++++++++++++++++++
2 files changed, 384 insertions(+), 1 deletion(-)
create mode 100644 src/views/guildOperationManagement/dailyRoomFlow.vue
diff --git a/src/api/relAgency/relAgency.js b/src/api/relAgency/relAgency.js
index e5a3017..1e09a07 100644
--- a/src/api/relAgency/relAgency.js
+++ b/src/api/relAgency/relAgency.js
@@ -435,4 +435,29 @@ export const exportGuildMemberWeekLevelReward = query => {
params: query,
responseType: 'blob'
});
-}
\ No newline at end of file
+}
+// 房间日流水 -列表
+export const getRoomSendRankDayRewardPage = query => {
+ return request({
+ url: '/admin/roomSendRank/dayReward/page',
+ method: 'get',
+ params: query
+ });
+};
+// 房间日流水-导出
+export const exportRoomSendRankDayReward = query => {
+ return request({
+ url: `/admin/roomSendRank/dayReward/export`,
+ method: 'get',
+ params: query,
+ responseType: 'blob'
+ });
+}
+// 房间日流水 -明细
+export const getRoomSendRankDayRewardListDetail = query => {
+ return request({
+ url: '/admin/roomSendRank/dayReward/listDetail',
+ method: 'get',
+ params: query
+ });
+};
\ No newline at end of file
diff --git a/src/views/guildOperationManagement/dailyRoomFlow.vue b/src/views/guildOperationManagement/dailyRoomFlow.vue
new file mode 100644
index 0000000..ee27da2
--- /dev/null
+++ b/src/views/guildOperationManagement/dailyRoomFlow.vue
@@ -0,0 +1,358 @@
+
+
+
+
+
+ 用户ID
+
+
+
+ 状态
+
+
+
+
+
+
+
+ 日期
+
+
+
+
查询
+
重置
+
导出
+
+
+
+
+
+
+
+
+
+ {{ scope.row.serialValue }}
+
+
+
+
+
+
+
+
+ {{
+ "用户ID:" + scope.row.erbanNo + "(uid:" + scope.row.roomUid + ")"
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ 用户ID:
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.rewardRatio * 100 + "%" }}
+
+
+
+
+
+
+
+ {{ "用户ID:" + scope.row.erbanNo + "(uid:" + scope.row.uid + ")" }}
+
+
+
+
+
+
+
+
+
+
+