mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-15 04:41:25 +08:00
优化缓存条件设置交互
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3 v-if="!isReverse && cacheRef == null">添加缓存设置</h3>
|
||||
<h3 v-if="!isReverse && cacheRef != null">修改缓存设置</h3>
|
||||
<h3 v-if="isReverse && cacheRef == null">添加不缓存设置</h3>
|
||||
<h3 v-if="isReverse && cacheRef != null">添加不缓存设置</h3>
|
||||
<h3 v-if="!isReverse && cacheRef == null">添加缓存条件</h3>
|
||||
<h3 v-if="!isReverse && cacheRef != null">修改缓存条件</h3>
|
||||
<h3 v-if="isReverse && cacheRef == null">添加不缓存条件</h3>
|
||||
<h3 v-if="isReverse && cacheRef != null">修改不缓存条件</h3>
|
||||
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||||
<table class="ui table definition selectable">
|
||||
<tbody is="http-cache-ref-box" :v-cache-ref="cacheRef" :v-is-reverse="isReverse"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user