From 894a562eb4b3d2230cb701aa9d74088652c90a27 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Wed, 4 Mar 2026 10:21:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=89=B2=E5=AD=90=E6=B8=B8=E6=88=8F]=E7=8E=A9?= =?UTF-8?q?=E5=AE=B6=E6=8A=BD=E5=A5=96=E8=AE=B0=E5=BD=95-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5=E4=BF=9D=E5=AD=98=E4=B8=AD=E5=A5=96?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E8=AE=B0=E5=BD=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/dice/play_record/index/index.vue | 34 +++- .../play_record/index/modules/edit-dialog.vue | 160 +++++++++++++++++- .../index/modules/table-search.vue | 8 + .../play_record/DicePlayRecordController.php | 1 + .../logic/play_record/DicePlayRecordLogic.php | 32 ++++ .../dice/model/play_record/DicePlayRecord.php | 12 ++ .../play_record/DicePlayRecordValidate.php | 32 ++++ 7 files changed, 269 insertions(+), 10 deletions(-) diff --git a/saiadmin-artd/src/views/plugin/dice/play_record/index/index.vue b/saiadmin-artd/src/views/plugin/dice/play_record/index/index.vue index 130efea..4e2a0fb 100644 --- a/saiadmin-artd/src/views/plugin/dice/play_record/index/index.vue +++ b/saiadmin-artd/src/views/plugin/dice/play_record/index/index.vue @@ -62,6 +62,18 @@ {{ row.is_win === 0 ? '无' : row.is_win === 1 ? '中奖' : '-' }} + + + +