mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
修复参数匹配不区分大小写选项无法保存的问题
This commit is contained in:
@@ -896,7 +896,7 @@ Vue.component("http-cond-params", {
|
|||||||
<td>不区分大小写</td>
|
<td>不区分大小写</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui checkbox">
|
<div class="ui checkbox">
|
||||||
<input type="checkbox" v-model="cond.isCaseInsensitive"/>
|
<input type="checkbox" name="condIsCaseInsensitive" v-model="cond.isCaseInsensitive"/>
|
||||||
<label></label>
|
<label></label>
|
||||||
</div>
|
</div>
|
||||||
<p class="comment">选中后表示对比时忽略参数值的大小写。</p>
|
<p class="comment">选中后表示对比时忽略参数值的大小写。</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user