From 711052541d94771475c0c236d6683c341d6f500b Mon Sep 17 00:00:00 2001 From: "zhonghua.li" Date: Sat, 25 Apr 2026 22:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=94=E6=94=B6=E5=BA=94?= =?UTF-8?q?=E4=BB=98=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lb-business/daily-report/index.vue | 41 +++++++++++++++----- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/src/views/lb-business/daily-report/index.vue b/src/views/lb-business/daily-report/index.vue index d4b22ce..90b6738 100644 --- a/src/views/lb-business/daily-report/index.vue +++ b/src/views/lb-business/daily-report/index.vue @@ -2,9 +2,6 @@
- - - @@ -42,9 +39,16 @@ - 新增 - 汇总数据 - 删除报表数据 +
+
+ 新增 + 汇总数据 + 删除报表数据 +
+
+ 说明:服务费=当日买入×0.01;差额=当日卖出−当日买入;应收应付=差额−服务费(>0 应收(当前人),<0 应付(当前人)) +
+
@@ -60,6 +64,7 @@ + @@ -264,7 +269,6 @@ export default { queryParams: { current: 1, size: 10, - userId: '', dataType: '', nickname: '', ...getDefaultReportRange() @@ -330,7 +334,6 @@ export default { const params = { current: this.queryParams.current, size: this.queryParams.size, - userId: this.queryParams.userId || undefined, dataType: this.queryParams.dataType || undefined, nickname: this.queryParams.nickname || undefined, reportStartTime: this.queryParams.reportStartTime || undefined, @@ -349,7 +352,6 @@ export default { this.queryParams = { current: 1, size: 10, - userId: '', dataType: '', nickname: '', ...getDefaultReportRange() @@ -584,6 +586,27 @@ export default { .action-container { margin-bottom: 20px; + + .action-bar { + display: flex; + align-items: center; + justify-content: space-between; + gap: 12px; + flex-wrap: wrap; + } + + .action-buttons { + display: flex; + align-items: center; + gap: 10px; + flex-wrap: wrap; + } + + .action-tip { + color: #909399; + font-size: 12px; + line-height: 18px; + } } .table-container {