diff --git a/front/electron-builder.yml b/front/electron-builder.yml
index 4a61ecd..0cf4d3b 100644
--- a/front/electron-builder.yml
+++ b/front/electron-builder.yml
@@ -1,5 +1,5 @@
appId: com.electron.lichong
-productName: 桌面应用
+productName: 数据统计
directories:
buildResources: build
files:
diff --git a/front/package.json b/front/package.json
index b743d99..7a425f1 100644
--- a/front/package.json
+++ b/front/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "1.0.7",
+ "version": "1.0.9",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "lichong",
@@ -19,6 +19,7 @@
"dayjs": "^1.11.11",
"dexie": "^4.0.8",
"element-plus": "^2.7.1",
+ "html2canvas": "^1.4.1",
"js-sha256": "^0.11.0",
"lodash": "^4.17.21",
"node-machine-id": "^1.1.12",
diff --git a/front/src/renderer/src/views/shujufenxi.vue b/front/src/renderer/src/views/shujufenxi.vue
index 211002a..8868832 100644
--- a/front/src/renderer/src/views/shujufenxi.vue
+++ b/front/src/renderer/src/views/shujufenxi.vue
@@ -95,7 +95,7 @@
-
+
@@ -139,7 +139,7 @@
{{
zhongjiangshuTotal - Number((((tongjiValue || 0) * (checkDailishangRaw.dailifei || 0)) /
- 100).toFixed(2)) - Number(((tongjiValue * (fuwufei.fuwufeiValue || 0)) / 100).toFixed(2))
+ 100).toFixed(2))
}}
@@ -162,19 +162,158 @@
}}
-
- 合计
- ¥{{ allhejialljineLocalTemp }}
- 输赢总预测
-
-
-
- {{ item.value }}
- ¥{{ item.jine }}
- ¥ {{ item.pei
- }}
-
-
+
+
+
+
+
+ ¥ {{ allhejialljineLocalTemp }}
+
+
+ ¥ {{ scope.row.jine }}
+
+
+
+
+
+ ¥ {{ scope.row.pei }}
+
+
+
+
+
+
+
+
+
+
+ 开奖
+
+
+ {{ selectChangci.jiangxiang }}
+
+
+
+
+ 总押注
+
+
+ {{ tongjiValue || 0 }}
+
+
+
+
+ 代理费
+
+
+ {{ (((tongjiValue || 0) * (checkDailishangRaw.dailifei || 0)) / 100).toFixed(2) }}
+
+
+
+
+ 中奖数
+
+
+ {{ zhongjiangshucount }}
+
+
+
+
+ 中奖赔付
+
+
+ {{
+ zhongjiangshuTotal - Number((((tongjiValue || 0) * (checkDailishangRaw.dailifei || 0)) /
+ 100).toFixed(2))
+ }}
+
+
+
+
+ 服务费
+
+
+ {{ ((tongjiValue * (fuwufei.fuwufeiValue || 0)) / 100).toFixed(2) }}
+
+
+
+
+ 输赢
+
+
+ {{ ((tongjiValue || 0) - Number((((tongjiValue || 0) * ((checkDailishangRaw.dailifei || 0))) /
+ 100).toFixed(2)) - zhongjiangshuTotal
+ - Number(((tongjiValue * (fuwufei.fuwufeiValue || 0)) / 100).toFixed(2))).toFixed(2)
+ }}
+
+
+
+
+
+
+
+ ¥ {{ allhejialljineLocalTemp }}
+
+
+ ¥ {{ scope.row.jine }}
+
+
+
+
+
+ ¥ {{ scope.row.pei }}
+
+
+