From 2d9c07235dd69b40ff63383e94976b802262ba95 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Tue, 21 Nov 2023 21:18:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(custom):=20=E5=AE=99=E6=96=AF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=9F=E8=AE=A1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/game/dice/statistics/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/game/dice/statistics/index.vue b/src/views/game/dice/statistics/index.vue index b19b6c0..3057154 100644 --- a/src/views/game/dice/statistics/index.vue +++ b/src/views/game/dice/statistics/index.vue @@ -127,7 +127,7 @@ const columns = ref([ align: 'center', }, { - title: '开奖号码', + title: '购买号码', key: 'Name', align: 'center', },