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 + ")" }}
+
+
+
+
+
+
+
+
+
+
+