消除控制台出现的警告信息

This commit is contained in:
RuoYi
2022-11-21 18:57:42 +08:00
parent 89e93a986e
commit 0effee74b1
19 changed files with 116 additions and 294 deletions

View File

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