From 5df732ffe16b3f162422c2db61a78458e28c7f8d Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 10 十月 2025 14:45:29 +0800
Subject: [PATCH] 钥匙柜开发 天气预警通知
---
admin/src/views/business/device.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/admin/src/views/business/device.vue b/admin/src/views/business/device.vue
index 987f067..584e995 100644
--- a/admin/src/views/business/device.vue
+++ b/admin/src/views/business/device.vue
@@ -34,7 +34,7 @@
<ul class="toolbar">
<li><el-button type="primary" @click="synchronousData">鍚屾</el-button></li>
</ul>
- <el-table :max-height="tableHeight" v-loading="isWorking.search" :data="tableData.list" stripe>
+ <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe>
<el-table-column label="搴忓彿" width="55" fixed><template slot-scope="scope">{{ scope.$index + 1
}}</template></el-table-column>
<el-table-column prop="name" label="璁惧鍚嶇О"></el-table-column>
--
Gitblit v1.9.3