From b1780776ffdd32a25e918587248b8a9c8abecb78 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期日, 01 一月 2023 09:09:01 +0800
Subject: [PATCH] 若依 3.8.5
---
src/views/monitor/cache/list.vue | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/views/monitor/cache/list.vue b/src/views/monitor/cache/list.vue
index e1ed9ea..1cc5357 100644
--- a/src/views/monitor/cache/list.vue
+++ b/src/views/monitor/cache/list.vue
@@ -7,7 +7,8 @@
<span>缂撳瓨鍒楄〃</span>
<el-button
style="float: right; padding: 3px 0"
- type="text"
+ link
+ type="primary"
icon="Refresh"
@click="refreshCacheNames()"
></el-button>
@@ -48,7 +49,8 @@
>
<template #default="scope">
<el-button
- type="text"
+ link
+ type="primary"
icon="Delete"
@click="handleClearCacheName(scope.row)"
></el-button>
@@ -64,7 +66,8 @@
<span>閿悕鍒楄〃</span>
<el-button
style="float: right; padding: 3px 0"
- type="text"
+ link
+ type="primary"
icon="Refresh"
@click="refreshCacheKeys()"
></el-button>
@@ -97,7 +100,8 @@
>
<template #default="scope">
<el-button
- type="text"
+ link
+ type="primary"
icon="Delete"
@click="handleClearCacheKey(scope.row)"
></el-button>
@@ -113,7 +117,8 @@
<span>缂撳瓨鍐呭</span>
<el-button
style="float: right; padding: 3px 0"
- type="text"
+ link
+ type="primary"
icon="Refresh"
@click="handleClearCacheAll()"
>娓呯悊鍏ㄩ儴</el-button
--
Gitblit v1.9.3