diff --git a/src/views/luckGift/arrange.vue b/src/views/luckGift/arrange.vue
index 2070658..5857f7a 100644
--- a/src/views/luckGift/arrange.vue
+++ b/src/views/luckGift/arrange.vue
@@ -40,7 +40,7 @@
期望: {{ item.expect }} ,
- 中奖率: {{ (item.winRate * 100).toFixed(2) }}% ,
+ 得到率: {{ (item.winRate * 100).toFixed(2) }}% ,
diff --git a/src/views/luckGift/luckGiftData.vue b/src/views/luckGift/luckGiftData.vue
index db18c3f..46bd24e 100644
--- a/src/views/luckGift/luckGiftData.vue
+++ b/src/views/luckGift/luckGiftData.vue
@@ -55,14 +55,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/views/luckGift/luckGiftDataAll.vue b/src/views/luckGift/luckGiftDataAll.vue
index bbd52a8..0345ae7 100644
--- a/src/views/luckGift/luckGiftDataAll.vue
+++ b/src/views/luckGift/luckGiftDataAll.vue
@@ -36,18 +36,18 @@
style="width: 100%; margin-top: 25px"
>
-
-
-
+
+
- {{ scope.row.totalOutput / scope.row.totalInput }}
+ {{ (scope.row.totalOutput / scope.row.totalInput).toFixed(4) }}
-
-
-
+
+
{{ scope.row.winRate ? scope.row.winRate : "-" }}