Browse Source

feat: 列表新增visit

chenlei 1 year ago
parent
commit
b0e8539e5b
1 changed files with 4 additions and 0 deletions
  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",
       },