实现缓存策略的部分功能

This commit is contained in:
刘祥超
2020-10-05 16:54:34 +08:00
parent 1cd0cd0376
commit 86e6138774
4 changed files with 53 additions and 44 deletions

View File

@@ -108,7 +108,7 @@ Vue.component("http-cache-config-box", {
<th class="two op">操作</th>
</tr>
<tr v-for="(cacheRef, index) in cacheConfig.cacheRefs">
<td>{{cacheRef.cachePolicy.name}}</td>
<td><a :href="'/servers/components/cache/policy?cachePolicyId=' + cacheRef.cachePolicyId">{{cacheRef.cachePolicy.name}}</a></td>
<td>
<http-request-conds-view :v-conds="cacheRef.conds"></http-request-conds-view>
</td>