From d52e39c6d64d9bc8a90916a070969e1898ee8ea0 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 20 八月 2024 17:00:06 +0800 Subject: [PATCH] feat:运行监控展示 --- src/views/system/monitor/platform/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/monitor/platform/index.vue b/src/views/system/monitor/platform/index.vue index 8c52ec6..39950ec 100644 --- a/src/views/system/monitor/platform/index.vue +++ b/src/views/system/monitor/platform/index.vue @@ -98,14 +98,14 @@ >鍒犻櫎</el-button> </el-col> --> <el-col :span="1.5"> - <el-button + <!-- <el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport" v-hasPermi="['platform:platform:export']" - >瀵煎嚭</el-button> + >瀵煎嚭</el-button> --> </el-col> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> </el-row> -- Gitblit v1.8.0