我先查看当前的合作方趋势图和广告列表相关代码。
The current request is just to remove the budget column from the ad list. Let me remove that column definition.
已从广告列表的列定义中去掉了【预算(总/已花费)】字段。数据中的 budget 字段保留无影响,列表将不再显示该列。
I'll add a 广告花费 (spend) field to the data and column definition. The data already has a budget field showing "total/spent", so I'll add a separate spend field.
已在广告列表中新增了【广告花费】字段,位于创建时间之后、曝光量之前,并为每条广告数据补充了对应的花费金额,以人民币格式显示。