refactor(property-marketing): 优化品牌物料列表展示
-调整操作列宽度,确保内容显示完整 - 移除冗余注释,提高代码可读性
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// 获取账户名称
|
||||
|
||||
Reference in New Issue
Block a user