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

This commit is contained in:
刘祥超
2021-12-12 16:11:25 +08:00
parent 4dd6903025
commit 9a17adcc6f
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>