refactor(property-marketing): 优化品牌物料列表展示

-调整操作列宽度,确保内容显示完整
- 移除冗余注释,提高代码可读性
This commit is contained in:
林志军
2025-07-06 18:27:51 +08:00
parent 3350790f8d
commit 534636c69e
14 changed files with 7310 additions and 151 deletions

View File

@ -90,7 +90,6 @@
import EchartsItem from './components/echarts-item/index';
import { PLATFORM_LIST } from '../common_constants';
import {
fetchPlacementAccountOperators,
getPlacementAccountsList,
getPlacementAccountsTrend,
getPlacementAccountProjectsTrend,
@ -133,10 +132,7 @@ const handleTabClick = (key) => {
};
const getOperators = async () => {
const { code, data } = await fetchPlacementAccountOperators();
if (code === 200) {
operators.value = data;
}
};
// 获取账户名称