mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
优化请求条件操作符描述
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user