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 {