基本信息
{{ detailData.id }}
{{
detailData.series_code || '-'
}}
{{ detailData.series_name }}
{{ detailData.shop_name }}
{{ detailData.allocator_shop_name || '平台' }}
{{ detailData.allocator_shop_name || '-' }}
{{ detailData.status === 1 ? '启用' : '禁用' }}
{{
formatDateTime(detailData.created_at)
}}
{{
formatDateTime(detailData.updated_at)
}}
佣金配置
{{ detailData.commission_type === 'fixed' ? '固定佣金' : '梯度佣金' }}
¥{{ (detailData.one_time_commission_amount / 100).toFixed(2) }}
-
档位{{ $index + 1 }}
{{ row.operator }} {{ formatThreshold(row) }}
{{ row.dimension === 'sales_count' ? '销量' : '销售额' }}
仅自己
¥{{ (row.amount / 100).toFixed(2) }}
-
强制充值配置
{{ getEnableStatusText(detailData.force_recharge_enabled || false) }}
{{ detailData.force_recharge_locked ? '已锁定(平台控制)' : '未锁定' }}
¥{{ (detailData.force_recharge_amount / 100).toFixed(2) }}
-
套餐列表
添加授权套餐
¥{{ (row.cost_price / 100).toFixed(2) }}
上架
下架
-
启用
禁用
-
编辑
删除