RuoYi
2022-11-21 0effee74b176638329d6d378de44293219fd8de2
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