Merge branch 'abp' into abp-dev

This commit is contained in:
陈淳
2024-04-15 08:50:06 +08:00
committed by tyjctl
37 changed files with 118 additions and 118 deletions

View File

@@ -7,7 +7,7 @@
<span>缓存列表</span>
<el-button
style="float: right; padding: 3px 0"
type="text"
link
icon="Refresh"
@click="refreshCacheNames()"
></el-button>
@@ -48,7 +48,7 @@
>
<template #default="scope">
<el-button
type="text"
link
icon="Delete"
@click="handleClearCacheName(scope.row)"
></el-button>
@@ -64,7 +64,7 @@
<span>键名列表</span>
<el-button
style="float: right; padding: 3px 0"
type="text"
link
icon="Refresh"
@click="refreshCacheKeys()"
></el-button>
@@ -97,7 +97,7 @@
>
<template #default="scope">
<el-button
type="text"
link
icon="Delete"
@click="handleClearCacheKey(scope.row)"
></el-button>
@@ -113,7 +113,7 @@
<span>缓存内容</span>
<el-button
style="float: right; padding: 3px 0"
type="text"
link
icon="Refresh"
@click="handleClearCacheAll()"
>清理全部</el-button