mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-05 03:30:25 +08:00
缓存条件中的“条件类型”改为“缓存对象”
This commit is contained in:
@@ -176,7 +176,7 @@ Vue.component("http-cache-ref-box", {
|
|||||||
},
|
},
|
||||||
template: `<tbody>
|
template: `<tbody>
|
||||||
<tr v-if="condCategory == 'simple'">
|
<tr v-if="condCategory == 'simple'">
|
||||||
<td class="title">条件类型 *</td>
|
<td class="title">缓存对象 *</td>
|
||||||
<td>
|
<td>
|
||||||
<select class="ui dropdown auto-width" name="condType" v-model="condType" @change="changeCondType(condType, false)">
|
<select class="ui dropdown auto-width" name="condType" v-model="condType" @change="changeCondType(condType, false)">
|
||||||
<option value="url-extension">文件扩展名</option>
|
<option value="url-extension">文件扩展名</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user