Commit de0b0605 by 吕明尚

缓存列表去掉清理全部按钮

parent 1bccc422
......@@ -113,12 +113,12 @@
<el-card :bordered="false" style="height: calc(100vh - 125px)">
<div slot="header">
<span><i class="el-icon-document"></i> 缓存内容</span>
<el-button
style="float: right; padding: 3px 0"
type="text"
icon="el-icon-refresh-right"
@click="handleClearCacheAll()"
>清理全部</el-button
<!-- <el-button-->
<!-- style="float: right; padding: 3px 0"-->
<!-- type="text"-->
<!-- icon="el-icon-refresh-right"-->
<!-- @click="handleClearCacheAll()"-->
<!-- >清理全部</el-button-->
>
</div>
<el-form :model="cacheForm">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment