请求条件增加不区分大小写选项

This commit is contained in:
GoEdgeLab
2021-12-12 16:11:25 +08:00
parent 6b7c559af2
commit 8ade6b2ec1
8 changed files with 190 additions and 20 deletions

View File

@@ -58,6 +58,7 @@ Vue.component("http-request-conds-view", {
<var v-if="cond.type.length == 0 || cond.type == 'params'" style="font-style: normal">{{cond.param}} <var>{{cond.operator}}</var></var>
<var v-if="cond.type.length > 0 && cond.type != 'params'" style="font-style: normal">{{cond.typeName}}: </var>
{{cond.value}}
<sup v-if="cond.isCaseInsensitive" title="不区分大小写"><i class="icon info small"></i></sup>
</span>
<var v-if="index < group.conds.length - 1"> {{group.connector}} &nbsp;</var>