优化请求条件操作符描述

This commit is contained in:
GoEdgeLab
2023-01-06 16:05:06 +08:00
parent 3e6bbeb6d8
commit c3bc792a25
4 changed files with 30 additions and 2 deletions

View File

@@ -744,7 +744,7 @@ Vue.component("http-cond-params", {
<select class="ui dropdown auto-width" v-model="operator" @change="changeOperator">
<option v-for="operator in operators" :value="operator.op">{{operator.name}}</option>
</select>
<p class="comment">{{operatorDescription}}</p>
<p class="comment" v-html="operatorDescription"></p>
</div>
</td>
</tr>