From bdf21e517f604d75a85b3437fbae50a4cfc2516e Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 8 Nov 2024 15:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/lotteryTime/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/lotteryTime/index.tsx b/src/pages/lotteryTime/index.tsx index 9a8edc4..3fe60a0 100644 --- a/src/pages/lotteryTime/index.tsx +++ b/src/pages/lotteryTime/index.tsx @@ -55,6 +55,11 @@ const LotteryTime = () => { width: 100, dataIndex: "id", }, + { + title: '名称', + width: 200, + dataIndex: "name", + }, { title: '钱包地址', width: 300,