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,