diff --git a/src/views/guildOperationManagement/dailyRoomFlow.vue b/src/views/guildOperationManagement/dailyRoomFlow.vue
index 565a40f..587c345 100644
--- a/src/views/guildOperationManagement/dailyRoomFlow.vue
+++ b/src/views/guildOperationManagement/dailyRoomFlow.vue
@@ -142,7 +142,7 @@
- {{ scope.row.rewardRatio * 100 + "%" }}
+ {{ (scope.row.rewardRatio * 100).toFixed(2) + "%" }}