diff --git a/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue b/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue
index d9a0850f..b3b8770a 100644
--- a/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue
+++ b/ui/dasadmin/src/views/backend/equipment/airBlower/index.vue
@@ -69,7 +69,7 @@
:data="tableData"
:header-row-style="tableHaderStyle"
@selectionChange="selectTable"
- max-height="100%"
+ class="tableClass"
>
@@ -619,6 +619,10 @@ getBlongLineList()
.mainPart {
width: 100%;
height: calc(100% - 60px);
+ .tableClass{
+ width: 100%;
+ height: 100%;
+ }
.tableColumnClick {
text-decoration: underline;
color: #00a4ff;
diff --git a/ui/dasadmin/src/views/backend/logRecord/index.vue b/ui/dasadmin/src/views/backend/logRecord/index.vue
index 49d957e6..230670e3 100644
--- a/ui/dasadmin/src/views/backend/logRecord/index.vue
+++ b/ui/dasadmin/src/views/backend/logRecord/index.vue
@@ -478,7 +478,7 @@ const createSeriesData = () => {
} else {
const color = getRandomDarkColor()
const data = {
- name: item,
+ name: fileKeyEnums?.[item] ?? item,
type: 'line',
barWidth: 20,
itemStyle: {
diff --git a/ui/dasadmin/src/views/backend/malfunction/index.vue b/ui/dasadmin/src/views/backend/malfunction/index.vue
index 69dbde95..3e61c1a2 100644
--- a/ui/dasadmin/src/views/backend/malfunction/index.vue
+++ b/ui/dasadmin/src/views/backend/malfunction/index.vue
@@ -483,7 +483,7 @@ const createSeriresData = () => {
} else {
const color = getRandomDarkColor()
const data = {
- name: item,
+ name: fileKeyEnums[item],
type: 'line',
barWidth: 20,
itemStyle: {