Merge remote-tracking branch 'origin/main'

This commit is contained in:
fengrong 2024-11-20 09:29:20 +08:00
commit 72e7885c34
3 changed files with 7 additions and 3 deletions

View File

@ -69,7 +69,7 @@
:data="tableData"
:header-row-style="tableHaderStyle"
@selectionChange="selectTable"
max-height="100%"
class="tableClass"
>
<el-table-column type="selection" width="55"></el-table-column>
<template v-for="item in tableColumn" :key="item.prop">
@ -619,6 +619,10 @@ getBlongLineList()
.mainPart {
width: 100%;
height: calc(100% - 60px);
.tableClass{
width: 100%;
height: 100%;
}
.tableColumnClick {
text-decoration: underline;
color: #00a4ff;

View File

@ -478,7 +478,7 @@ const createSeriesData = () => {
} else {
const color = getRandomDarkColor()
const data = {
name: item,
name: fileKeyEnums?.[item] ?? item,
type: 'line',
barWidth: 20,
itemStyle: {

View File

@ -483,7 +483,7 @@ const createSeriresData = () => {
} else {
const color = getRandomDarkColor()
const data = {
name: item,
name: fileKeyEnums[item],
type: 'line',
barWidth: 20,
itemStyle: {