From d81a692c600482f499c31d0a1a8bc58b0a07e736 Mon Sep 17 00:00:00 2001
From: yujiacong <1016029365@qq.com>
Date: Fri, 25 Jul 2025 16:14:41 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=B9=B8=E8=BF=90=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E6=9F=A5=E8=AF=A2/=E8=BF=90=E8=90=A5=E6=B8=B8?=
=?UTF-8?q?=E6=88=8F=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=20-=20=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E5=8D=83=E5=88=86=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/OperationGameDataQuery.vue | 12 ++++++++++--
src/views/system/OperationLuckyDataQuery.vue | 12 ++++++++++--
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/src/views/system/OperationGameDataQuery.vue b/src/views/system/OperationGameDataQuery.vue
index fa1ea6c..1dc97f1 100644
--- a/src/views/system/OperationGameDataQuery.vue
+++ b/src/views/system/OperationGameDataQuery.vue
@@ -56,14 +56,22 @@
{{ formattedNumber(scope.row.payGold) }}
-
+
+
+ {{ formattedNumber(scope.row.winGold) }}
+
+
{{ toPercentage(scope.row.betRate) }}
-
+
+
+ {{ formattedNumber(scope.row.totalRemain) }}
+
+
-
+
+
+ {{ formattedNumber(scope.row.totalOutput) }}
+
+
{{ toPercentage(scope.row.productionRatio) }}
-
+
+
+ {{ formattedNumber(scope.row.production) }}
+
+