소스 검색

feat: 列表新增visit

chenlei 1 년 전
부모
커밋
b0e8539e5b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/pages/Weapon/index.tsx

+ 4 - 0
src/pages/Weapon/index.tsx

@@ -92,6 +92,10 @@ export default function History() {
         dataIndex: "name",
       },
       {
+        title: "点击量",
+        dataIndex: "visit",
+      },
+      {
         title: "所属阶段",
         dataIndex: "stage",
       },