浏览代码

feat: 修改

year 3 月之前
父节点
当前提交
c27eaa9f0c
共有 1 个文件被更改,包括 14 次插入14 次删除
  1. 14 14
      src/app/[locale]/affiliate/referrals/page.tsx

+ 14 - 14
src/app/[locale]/affiliate/referrals/page.tsx

@@ -93,22 +93,22 @@ const App: FC<Props> = (props) => {
                 return <span>{phoneConvert(item.phone!)}</span>;
             },
         },
-        // {
-        //     title: `${t("Apostas")}(${t("R$")})`,
-        //     dataIndex: "score",
-        //     width: "0.8rem",
-        // },
         {
-            title: `${t("ApostaEquipe")}(${t("R$")})`,
-            dataIndex: "score_num",
-            render: (item: UserLevelToDayResp) => {
-                return (
-                    <span>
-                        {item.effective_amount}[{item.score_num}]
-                    </span>
-                );
-            },
+            title: `${t("Apostas")}(${t("R$")})`,
+            dataIndex: "score",
+            width: "0.8rem",
         },
+        // {
+        //     title: `${t("ApostaEquipe")}(${t("R$")})`,
+        //     dataIndex: "score_num",
+        //     render: (item: UserLevelToDayResp) => {
+        //         return (
+        //             <span>
+        //                 {item.effective_amount}[{item.score_num}]
+        //             </span>
+        //         );
+        //     },
+        // },
         {
             title: t("Comissão"),
             dataIndex: "commissar",