每条出售单对应市场中的一个条目,可分别调价、下架或重新上架。下架与调价仅影响单条记录。
{{ strategyLabel(scope.row.strategy_id) }}
ID: {{ scope.row.strategy_id }}
{{ scope.row.trial_days }} 天
否
{{ scope.row ? scope.row.duration_months + ' 个月' : '-' }}
{{ scope.row.status === 'active' ? '在售' : '已下架' }}
调价
下架
重新上架
出售单 ID: {{ priceForm.market_id }}
平台算力费为出售金额的{{ platformFeeRate }}%
取消
保存