fix:根据ui修改页面 echats图滑动条
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
logList.value.forEach((item) => {
|
||||
item.stateName = item.state.label;
|
||||
item.color = colorMap[item.state.value];
|
||||
item.bgColor = bgColorMap[item.state];
|
||||
item.bgColor = bgColorMap[item.state.value];
|
||||
item.src = 'state-' + item.state.value;
|
||||
});
|
||||
config.value.dataSource = logList.value;
|
||||
|
Reference in New Issue
Block a user