From 83e3df1b5291f3a7229d535399ce60305f13ef49 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Wed, 20 Aug 2025 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=BC=98=E5=8C=96=20-=20?= =?UTF-8?q?=E6=88=BF=E9=97=B4=E5=86=85=E8=A7=92=E6=A0=87=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=20-=20=E6=90=9C=E7=B4=A2=E9=A1=B9=20-=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=AC=AC=E4=B8=89=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/resource/GamePlayView.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/views/resource/GamePlayView.vue b/src/views/resource/GamePlayView.vue index c7d6d7e..67135ed 100644 --- a/src/views/resource/GamePlayView.vue +++ b/src/views/resource/GamePlayView.vue @@ -13,6 +13,18 @@ :value="item.id"> + +
+ 游戏第三方: + + + + + +
@@ -135,6 +147,11 @@ prop="HIGH_RECHARGE_USER" label="可见用户" :formatter="ruleJsonFormatter" /> + + + @@ -450,6 +467,7 @@ export default { partitionInfos: [], searchValues: { partitionId: null, + code:'' }, }; }, @@ -528,6 +546,7 @@ export default { partitionId: this.searchValues.partitionId, page: this.currentPage, pageSize: this.pageSize, + code: this.searchValues.code, }).then(res => { let data = res.data; this.totals = data.total;