📋 查询条件
{{ error }}
请选择凭证和日期范围,然后点击查询按钮
我的折扣
{{ discountEffectiveMonth }} 月默认折扣
{{ formatDiscountLabel(myDefaultDiscount) }}
提示:1.0 = 原价,0.8 = 8折,1.2 = 加价20%
| 模型 ID | 模型名称 | 基础折扣 | 我的折扣 | 折扣说明 |
|---|---|---|---|---|
{{ item.model_id }} |
{{ item.model_name }} | {{ formatDiscountLabel(item.base_discount) }} | {{ formatDiscountLabel(item.tenant_discount) }} | {{ formatDiscount(item.tenant_discount) }} {{ formatDiscount(item.tenant_discount) }} 原价 |
未找到匹配 "{{ discountSearch }}" 的模型
加载中...
暂无模型折扣信息
月账单
选择账单月份后点击生成,系统将根据该月最新折扣计算上个月(1日至最后一天)的完整账单
{{ monthlyBillDetail.billingMonth }} 月账单 · {{ monthlyBillDetail.startDate }} ~ {{ monthlyBillDetail.endDate }}
¥{{ monthlyBillDetail.totalCost.toFixed(4) }}
节省 ¥{{ monthlyBillDetail.savedAmount.toFixed(4) }} ({{ monthlyBillDetail.savedPercentage }}%)
原价 ¥{{ monthlyBillDetail.totalOriginalCost.toFixed(4) }}
| 模型名称 | 请求数 | Token用量(M) | 原价 | 实际费用 | 折扣率 |
|---|---|---|---|---|---|
| {{ m.modelName }} | {{ m.count }} | {{ m.tokens.toFixed(2) }} | ¥{{ m.originalCost.toFixed(4) }} | ¥{{ m.cost.toFixed(4) }} | {{ m.discountRate < 1 ? (m.discountRate * 10).toFixed(1) + '折' : (m.discountRate > 1 ? '×' + m.discountRate.toFixed(2) : '原价') }} |
历史账单
| 账单月份 | 日期范围 | 原价 | 实际费用 | 节省金额 | 生成时间 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{ bill.billingMonth }} | {{ bill.startDate }} ~ {{ bill.endDate }} | ¥{{ bill.totalOriginalCost.toFixed(4) }} | ¥{{ bill.totalCost.toFixed(4) }} | ¥{{ bill.savedAmount.toFixed(4) }} | - | {{ formatDate(bill.createdAt) }} |
|
加载中...
暂无月账单,点击上方按钮生成
修改密码
{{ passwordError }}
{{ passwordSuccess }}