|
@@ -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",
|