perf: 字段tooltip

This commit is contained in:
rd
2025-07-05 16:45:08 +08:00
parent 5ee30e9146
commit 126c9bf081
7 changed files with 89 additions and 92 deletions

View File

@ -64,7 +64,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'total_use_amount',
prop: 'total_use_amount',
width: 180,
tooltip: '账号总消耗',
tooltip: '指账户在统计周期内的总广告消耗金额,衡量广告实际投放的花费。',
prefix: '¥',
align: 'right',
sortable: {
@ -76,7 +76,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'balance',
// prop: 'balance',
// width: 180,
// tooltip: '账号余额',
// tooltip: '当前账户剩余的可用余额,用于后续广告投放。',
// prefix: '¥',
// align: 'right',
// sortable: {
@ -94,7 +94,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'roi',
// prop: 'roi',
// width: 180,
// tooltip: '投资回报率',
// tooltip: '投入产出比ROI等于收益 ÷ 投入,反映投放带来的商业价值。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -105,7 +105,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'roi_chain',
// prop: 'roi_chain',
// width: 180,
// tooltip: '相比上一周期的ROI变化百分比',
// tooltip: '当前 ROI 相较于上一周期的变化百分比,用于评估投放效益变化。',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -118,7 +118,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'show_number',
prop: 'show_number',
width: 180,
tooltip: '账号所有内容的总展示次数',
tooltip: '广告被用户看到的次数(曝光次数),是广告触达能力的基本指标。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -129,7 +129,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'view_number_chain',
// prop: 'view_number_chain',
// width: 180,
// tooltip: '相比上一周期的展示量变化百分比',
// tooltip: '展示量与上一周期的变化百分比,反映广告曝光趋势。',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -142,7 +142,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'click_number',
prop: 'click_number',
width: 180,
tooltip: '账号所有内容的总点击次数',
tooltip: '用户点击广告的次数,代表广告实际引起的兴趣行为。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -153,7 +153,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'click_number_chain',
// prop: 'click_number_chain',
// width: 180,
// tooltip: '相比上一周期的点击量变化百分比',
// tooltip: '当前周期点击量相较上一周期的变化百分比',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -166,7 +166,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'click_rate',
prop: 'click_rate',
width: 180,
tooltip: '账号所有内容的总点击率',
tooltip: '广告点击率CTR= 点击量 ÷ 展示量,衡量广告吸引力。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -177,7 +177,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'click_rate_chain',
// prop: 'click_rate_chain',
// width: 180,
// tooltip: '相比上一周期的CVR变化百分比',
// tooltip: '当前 CTR 相较上一周期的变化百分比,评估广告表现是否优化。',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -190,7 +190,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'avg_click_cost',
prop: 'avg_click_cost',
width: 180,
tooltip: '账号所有内容的平均点击成本',
tooltip: '每次用户点击广告所花费的平均金额CPC= 消耗 ÷ 点击量。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -202,7 +202,7 @@ export const TABLE_COLUMNS = [
prop: 'thousand_show_cost',
width: 180,
prefix: '¥',
tooltip: '账号所有内容的千次展现费用',
tooltip: '每 1000 次广告展示的平均费用CPM= 消耗 ÷ 展示量 × 1000。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -213,7 +213,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'conversion_number',
// prop: 'conversion_number',
// width: 180,
// tooltip: '账号所有内容的总转化次数',
// tooltip: '用户完成设定目标行为(如下单、注册)的总次数,是广告成效的重要指标。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -224,7 +224,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'conversion_number_chain',
// prop: 'conversion_number_chain',
// width: 180,
// tooltip: '相比上一周期的CVR变化百分比',
// tooltip: '当前周期转化数与上一周期的变化百分比',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -237,7 +237,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'conversion_rate',
// prop: 'conversion_rate',
// width: 180,
// tooltip: '账号所有内容的总转化次数',
// tooltip: '转化率CVR= 转化数 ÷ 点击量,衡量广告转化能力。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -248,7 +248,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'conversion_rate_chain',
// prop: 'conversion_rate_chain',
// width: 180,
// tooltip: '相比上一周期的CVR变化百分比',
// tooltip: '当前 CVR 相较上一周期的变化百分比',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -262,7 +262,7 @@ export const TABLE_COLUMNS = [
// prop: 'avg_conversion_cost',
// width: 180,
// prefix: '¥',
// tooltip: '账号所有内容的平均转化成本',
// tooltip: '每次转化平均花费的成本CPA= 消耗 ÷ 转化数。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -273,7 +273,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'deep_conversion_number',
// prop: 'deep_conversion_number',
// width: 180,
// tooltip: '账号所有内容的总深度转化次数',
// tooltip: '表示完成更高价值行为(如支付、留资等)的次数,是高质量转化的衡量标准。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -284,7 +284,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'deep_conversion_rate',
// prop: 'deep_conversion_rate',
// width: 180,
// tooltip: '账号所有内容的总深度转化率',
// tooltip: '深度转化数 ÷ 点击量,代表高价值行为的转化效率。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -295,14 +295,12 @@ export const TABLE_COLUMNS = [
// dataIndex: 'newest_work_title',
// prop: 'newest_work_title',
// width: 260,
// tooltip: '最新发布内容的标题和发布日期',
// },
// {
// title: '投放回报率',
// dataIndex: 'roi_chain1',
// prop: 'roi_chain1',
// width: 180,
// tooltip: '账号所有内容的投放回报率',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],

View File

@ -42,7 +42,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'total_use_amount',
prop: 'total_use_amount',
width: 180,
tooltip: '账号总消耗',
tooltip: '当前投流计划已消耗的广告预算总额,反映该计划的实际投放成本。',
prefix: '¥',
align: 'right',
sortable: {
@ -54,7 +54,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'balance',
// prop: 'balance',
// width: 180,
// tooltip: '账号余额',
// tooltip: '当前投流计划剩余可用预算,用于后续广告持续投放。',
// prefix: '¥',
// align: 'right',
// sortable: {
@ -72,7 +72,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'roi',
// prop: 'roi',
// width: 180,
// tooltip: '投资回报率',
// tooltip: '投入产出比ROI= 收益 ÷ 投入,用于衡量该计划的经济效益。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -83,7 +83,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'show_number',
prop: 'show_number',
width: 180,
tooltip: '账号所有内容的总展示次数',
tooltip: '广告被用户展示的总次数,是该投流计划的曝光表现基础指标。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -94,7 +94,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'click_number',
prop: 'click_number',
width: 180,
tooltip: '账号所有内容的总点击次数',
tooltip: '用户点击广告的总次数,表示广告对用户的吸引效果。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -105,7 +105,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'click_rate',
prop: 'click_rate',
width: 180,
tooltip: '账号所有内容的总点击率',
tooltip: '点击率CTR= 点击量 ÷ 展示量,用于衡量广告吸引力。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -116,7 +116,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'click_rate_chain',
// prop: 'click_rate_chain',
// width: 180,
// tooltip: '相比上一周期的CVR变化百分比',
// tooltip: '当前 CTR 与上一周期对比的变化百分比,用于追踪广告吸引力趋势。',
// align: 'right',
// suffix: '%',
// isRateField: true,
@ -129,7 +129,7 @@ export const TABLE_COLUMNS = [
dataIndex: 'avg_click_cost',
prop: 'avg_click_cost',
width: 180,
tooltip: '账号所有内容的平均点击成本',
tooltip: '每次点击广告的平均成本CPC= 总消耗 ÷ 点击量。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -141,7 +141,7 @@ export const TABLE_COLUMNS = [
prop: 'thousand_show_cost',
width: 180,
prefix: '¥',
tooltip: '账号所有内容的千次展现费用',
tooltip: '每千次展示的平均成本CPM= 总消耗 ÷ 展示量 × 1000。',
align: 'right',
sortable: {
sortDirections: ['ascend', 'descend'],
@ -153,7 +153,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'conversion_number',
// prop: 'conversion_number',
// width: 180,
// tooltip: '账号转化数',
// tooltip: '用户完成设定目标行为(如注册、购买)的次数,是广告效果核心指标。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -164,7 +164,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'conversion_rate',
// prop: 'conversion_rate',
// width: 180,
// tooltip: '账号所有内容的总转化率',
// tooltip: '转化率CVR= 转化数 ÷ 点击量,评估广告引导转化的能力。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -176,7 +176,7 @@ export const TABLE_COLUMNS = [
// prop: 'avg_conversion_cost',
// width: 180,
// prefix: '¥',
// tooltip: '账号所有内容的平均转化成本',
// tooltip: '每次转化的平均广告成本CPA= 总消耗 ÷ 转化数。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -187,7 +187,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'deep_conversion_number',
// prop: 'deep_conversion_number',
// width: 180,
// tooltip: '账号所有内容的总深度转化次数',
// tooltip: '表示完成更高质量目标行为的用户数量(如付款、留资等)。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],
@ -198,7 +198,7 @@ export const TABLE_COLUMNS = [
// dataIndex: 'deep_conversion_rate',
// prop: 'deep_conversion_rate',
// width: 180,
// tooltip: '账号所有内容的总深度转化率',
// tooltip: '深度转化率 = 深度转化数 ÷ 点击量,衡量高质量转化效率。',
// align: 'right',
// sortable: {
// sortDirections: ['ascend', 'descend'],