wjx 10 months ago
parent
commit
9151d00309
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/gameDataStatistics/roleOperate/strategy/tableConfig.tsx

+ 1 - 1
src/pages/gameDataStatistics/roleOperate/strategy/tableConfig.tsx

@@ -31,7 +31,7 @@ function columnsPos(editPack: (data: any) => void, del: (id: number) => void) {
             align: 'center',
             width: 100,
             render: (a: number, b: any) => {
-                return { 1: <Tag color="#f50">追踪玩家</Tag>, 2: <Tag color="#2db7f5">玩家流失</Tag>, 3: <Tag color="#87d068">新用户追踪</Tag> }[a]
+                return { 1: <Tag color="#f50">追踪玩家</Tag>, 2: <Tag color="#2db7f5">玩家流失</Tag>, 3: <Tag color="#87d068">新用户追踪</Tag>, 4: <Tag color="#108ee9">累充追踪</Tag> }[a]
             }
         },
         {