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/recovery/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/monitor/recovery/index.vue b/src/views/system/monitor/recovery/index.vue index 2d0fb6a..cd2018d 100644 --- a/src/views/system/monitor/recovery/index.vue +++ b/src/views/system/monitor/recovery/index.vue @@ -74,7 +74,7 @@ </el-form> <el-row :gutter="10" class="mb8"> - <el-col :span="1.5"> + <!-- <el-col :span="1.5"> <el-button type="warning" plain @@ -82,7 +82,7 @@ size="mini" @click="handleExport" >瀵煎嚭</el-button> - </el-col> + </el-col> --> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> </el-row> -- Gitblit v1.8.0