From 26a02142765d3ec230b07f7d02d54b41f256448c Mon Sep 17 00:00:00 2001 From: zry <18990852002@163.com> Date: Tue, 29 Apr 2025 18:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=AE=8C=E6=88=90=E5=AF=BC?= =?UTF-8?q?=E5=87=BAexcel=E6=89=BE=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gold-system/.env.production | 11 +- .../src/views/goldBeen/goldenBeenDetail.vue | 427 ++++++++++++----- gold-system/src/views/goldBeen/onLineDetail.vue | 513 +++++++++++---------- gold-system/src/views/usergold/index.vue | 9 +- 4 files changed, 612 insertions(+), 348 deletions(-) diff --git a/gold-system/.env.production b/gold-system/.env.production index 98834c3..70912af 100644 --- a/gold-system/.env.production +++ b/gold-system/.env.production @@ -1,12 +1,5 @@ # VITE_API_BASE='http://54.251.137.151:10702/' -<<<<<<< HEAD -<<<<<<< HEAD -VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod' -======= -VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod' -# VITE_API_BASE='http://192.168.8.220:8080/' ->>>>>>> zry -======= VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod' # VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_dev' ->>>>>>> a117177bbbe1dd3064874e0b27bedb0c3b15c3e3 +# VITE_API_BASE='http://192.168.8.220:8080/' + diff --git a/gold-system/src/views/goldBeen/goldenBeenDetail.vue b/gold-system/src/views/goldBeen/goldenBeenDetail.vue index b57ad3f..8a2b579 100644 --- a/gold-system/src/views/goldBeen/goldenBeenDetail.vue +++ b/gold-system/src/views/goldBeen/goldenBeenDetail.vue @@ -60,7 +60,7 @@ 充值时间: 查询 重置 - 导出excel + 导出excel + + + +
导出信息
+
+ 你正在导出所有数据 +
+
+ 你正在导出以下数据 +
+
精网号:{{ detailY.jwcode || '' }}
+
所属地区:{{ detailY.deptName || '' }}
+
订单号:{{ detailY.orderNo || '' }}
+
充值类型:{{ detailY.type || '' }}
+
+更新时间: +{{ detailY.startTime || '无起始时间' }} 至 {{ detailY.endTime || '无结束时间' }} +
+ +
+ + + + + +
+ 已导出 {{ exportedCount }} 条 / 共 {{ totalExport }} 条 +
+ +
+ +
金豆总数:充值金豆总数:{{ countValue }},合计金额数:{{ @@ -136,7 +191,7 @@
- - + --> + + diff --git a/gold-system/src/views/usergold/index.vue b/gold-system/src/views/usergold/index.vue index 28a01b0..aa964ae 100644 --- a/gold-system/src/views/usergold/index.vue +++ b/gold-system/src/views/usergold/index.vue @@ -426,12 +426,17 @@ const handleCurrentChange = function (val) { :close-on-click-modal="false" >
导出信息
-
你正在导出以下数据
+ 例如,在代码中,我们可能错误地在模板中使用了detailY.value,但实际上应该直接使用detailY。 --> +
+ 你正在导出所有数据 +
+
+ 你正在导出以下数据 +
精网号:{{ detailY.jwcode || '' }}
平台信息:{{ detailY.consumePlatform ? (platform.find(item => item.value === detailY.consumePlatform)?.label) : '' }}
数量更新类型:{{ detailY.num ? (num.find(item => item.value === detailY.num)?.label || '') : '' }}