完善一些文字细节

This commit is contained in:
GoEdgeLab
2022-06-19 20:19:58 +08:00
parent f80b7c5537
commit 92b6dda97c
9 changed files with 19 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
{$layout "layout_popup"}
<h3 v-if="!isReverse">添加缓存设置</h3>
<h3 v-if="isReverse">添加不缓存设置</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>