{{ detail.good?.name || '用户商品 #' + goodsId }}
续费价格
{{ detail.renewPrice ? '¥' + (detail.renewPrice / 100).toFixed(2) : '-' }}
基础价格
{{ (detail.basePrice || detail.base_price) ? '¥' + ((detail.basePrice || detail.base_price) / 100).toFixed(2) : '-' }}
所属用户
#{{ detail.userId || detail.user_id || '-' }}
{{ detail.user?.userName || '-' }}
关联商品
#{{ detail.goodId || '-' }}
{{ detail.good?.name || '-' }}
关联订单
#{{ detail.orderId || '-' }}
{{ detail.order?.name || '-' }}
套餐ID
#{{ detail.goodPlanId || detail.good_plan_id || '-' }}
归属项ID
#{{ detail.itemId || '-' }}
详细信息
商品标签
{{ detail.good?.tag || detail.tag || '-' }}
商品Table
{{ detail.good?.table || '-' }}
备注
{{ detail.note || '-' }}
订单状态
{{ detail.order.state === 1 ? '已支付' : detail.order.state === 0 ? '待支付' : '已失效' }}
-
创建时间
{{ formatTime(detail.CreatedAt) }}
更新时间
{{ formatTime(detail.UpdatedAt) }}
上游快照信息 (itemArg)
关联信息