diff --git a/front/package.json b/front/package.json
index 63e5da2..d01e83c 100644
--- a/front/package.json
+++ b/front/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "1.0.18",
+ "version": "1.0.19",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "lichong",
diff --git a/front/src/renderer/src/assets/js/db.js b/front/src/renderer/src/assets/js/db.js
index 29fc665..c3520cd 100644
--- a/front/src/renderer/src/assets/js/db.js
+++ b/front/src/renderer/src/assets/js/db.js
@@ -4,7 +4,7 @@ export const myDatabase = new Dexie('myDatabase');
// 定义数据库版本
myDatabase.version(1).stores({
- changci: '++id, changciid, xuhao, &time, first, second, third, note, create_at, update_at',
+ changci: '++id, changciid, xuhao, &time, first, second, third, type, note, create_at, update_at',
dailishang: '++id, dailishangid, xuhao, name, phone, dailifei, note, create_at, update_at',
jihuoshijian: '++id, jihuoma, isVip, zhucema, startTime, endTime,create_at, update_at'
});
\ No newline at end of file
diff --git a/front/src/renderer/src/views/shujufenxi.vue b/front/src/renderer/src/views/shujufenxi.vue
index d8534c3..6d84223 100644
--- a/front/src/renderer/src/views/shujufenxi.vue
+++ b/front/src/renderer/src/views/shujufenxi.vue
@@ -212,11 +212,11 @@
100).toFixed(2) }}
- {{ ((_.sumBy(_.filter(dialogData, { caipiaotype: "体彩" }), "alljine") || 0) +
+ {{ ((_.sumBy(_.filter(dialogData, { caipiaotype: "体彩" }), "alljine") || 0) -
Number((((_.sumBy(_.filter(dialogData, { caipiaotype: "体彩" }), "alljine") || 0) *
((checkDailishangRaw.dailifei || 0))) /
100).toFixed(2)) - _.sumBy(_.filter(dialogData, { caipiaotype: "体彩" }), "zhong")
- + Number(((_.sumBy(_.filter(dialogData, { caipiaotype: "体彩" }), "alljine") * (fuwufei.fuwufeiValue ||
+ - Number(((_.sumBy(_.filter(dialogData, { caipiaotype: "体彩" }), "alljine") * (fuwufei.fuwufeiValue ||
0))
/
100).toFixed(2))).toFixed(2)
@@ -249,11 +249,11 @@
100).toFixed(2) }}
|
- {{ ((_.sumBy(_.filter(dialogData, { caipiaotype: "福彩" }), "alljine") || 0) +
+ {{ ((_.sumBy(_.filter(dialogData, { caipiaotype: "福彩" }), "alljine") || 0) -
Number((((_.sumBy(_.filter(dialogData, { caipiaotype: "福彩" }), "alljine") || 0) *
((checkDailishangRaw.dailifei || 0))) /
100).toFixed(2)) - _.sumBy(_.filter(dialogData, { caipiaotype: "福彩" }), "zhong")
- + Number(((_.sumBy(_.filter(dialogData, { caipiaotype: "福彩" }), "alljine") * (fuwufei.fuwufeiValue ||
+ - Number(((_.sumBy(_.filter(dialogData, { caipiaotype: "福彩" }), "alljine") * (fuwufei.fuwufeiValue ||
0))
/
100).toFixed(2))).toFixed(2)
@@ -264,6 +264,56 @@
+
+
+
+
+
+
+ 押注号码
+ |
+
+ 押注类型
+ |
+
+ 总押注
+ |
+
+ 中奖注
+ |
+
+ 押注金额
+ |
+
+ 中奖金额
+ |
+
+
+
+
+
+ {{ item.type }}-{{ item.valuelabel }}
+ |
+
+ {{ item.caipiaotype }}
+ |
+
+ {{ item.zhu }}
+ |
+
+ {{ item.zhongzhu }}
+ |
+
+ {{ item.alljine }}
+ |
+
+ {{ item.zhong }}
+ |
+
+
+
+
+
+
+
+
+
+
+
+ 押注号码
+ |
+
+ 押注类型
+ |
+
+ 总押注
+ |
+
+ 中奖注
+ |
+
+ 押注金额
+ |
+
+ 中奖金额
+ |
+
+
+
+
+
+ {{ item.type }}-{{ item.valuelabel }}
+ |
+
+ {{ item.caipiaotype }}
+ |
+
+ {{ item.zhu }}
+ |
+
+ {{ item.zhongzhu }}
+ |
+
+ {{ item.alljine }}
+ |
+
+ {{ item.zhong }}
+ |
+
+
+
+
+
|