WAF操作符对应的对比值可以不填写

This commit is contained in:
GoEdgeLab
2023-12-07 20:24:26 +08:00
parent c568990349
commit ca53871e56
3 changed files with 29 additions and 5 deletions

View File

@@ -89,7 +89,7 @@
<p class="comment" v-if="operator != null" v-html="operator.description"></p>
</td>
</tr>
<tr>
<tr v-show="operator != null && operator.dataType != 'none'">
<td>
<span v-if="operator != null && operator.dataType == 'regexp'">匹配正则表达式</span>
<span v-else-if="operator != null && operator.dataType == 'wildcard'">匹配单个通配符</span>