From 50c88323724d77f463af6653041382959a128923 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 30 八月 2024 17:40:28 +0800
Subject: [PATCH] feat:更新图像资源到index表并展示

---
 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