From ead1d432463f544895037f2605d5a01640526dbf Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 12 Jul 2025 14:32:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(sourceBonus):=20=E5=A5=96=E9=87=91?= =?UTF-8?q?=E6=9D=A5=E6=BA=90=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementCenter/sourceBonus/index.vue | 450 ++---------------- 1 file changed, 31 insertions(+), 419 deletions(-) diff --git a/src/views/settlementCenter/sourceBonus/index.vue b/src/views/settlementCenter/sourceBonus/index.vue index ff8ba3d..45d7e7a 100644 --- a/src/views/settlementCenter/sourceBonus/index.vue +++ b/src/views/settlementCenter/sourceBonus/index.vue @@ -182,21 +182,7 @@ > {{ '导出' }} -
- - - {{ '筛选字段' - }} - - - - {{ item.text }} - - -
+
@@ -215,28 +201,28 @@ > - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
- - - - - - - - - - -
{ - this.dataList.forEach((item) => { - res.data.forEach((items) => { - if (item.name == items) { - item.key = items - } - }) - }) + this.dataList = res.data this.flag = true }) },