From aa3b7d95ae397d53356d30fca84805469a6b020d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 20 十一月 2024 11:49:27 +0800 Subject: [PATCH] 运行监控导出 --- src/views/system/monitor/face/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/system/monitor/face/index.vue b/src/views/system/monitor/face/index.vue index ad77781..f9e9537 100644 --- a/src/views/system/monitor/face/index.vue +++ b/src/views/system/monitor/face/index.vue @@ -99,7 +99,6 @@ <el-button slot="reference" type="primary" size="mini" @click="handleExport" plain >瀵煎嚭</el-button> </div> - <el-table v-loading="loading" :data="monitorList" @selection-change="handleSelectionChange"> <el-table-column label="璁惧鍚嶇О" align="center" prop="name" width="280" fixed show-overflow-tooltip/> <el-table-column label="璁惧缂栫爜" align="center" prop="serialNumber" width="180"/> -- Gitblit v1.8.0