{{ scope.row.type === 1 ? "算力套餐" : "挖矿机器" }}
{{ formatAmount(scope.row.estimatedEndIncome, scope.row.coin || 'USDT').text }}
{{ formatAmount(scope.row.estimatedEndIncome, scope.row.coin || 'USDT').text }}
{{ formatAmount(scope.row.estimatedEndUsdtIncome, 'USDT').text }}
{{ formatAmount(scope.row.estimatedEndUsdtIncome, 'USDT').text }}
{{ formatDateTime(scope.row.startTime) }}
{{ formatDateTime(scope.row.endTime) }}
{{ scope.row.status === 0 ? "运行中" : "已过期" }}
详情