fix: Endpoint页面显示的为“|-”和“!-”,选中之后显示的为“|~”和“!~”
This commit is contained in:
@@ -12,10 +12,18 @@
|
||||
<template v-slot:top-tool-right>
|
||||
<el-input v-model="matchContent" class="margin-r-10" placeholder="" size="small" suffix-icon="el-icon-search" @keyup.enter.native="queryLogData()">
|
||||
<el-select slot="prepend" v-model="matchSymbol" class="symbol-select" size="small" style="width: 60px;">
|
||||
<el-option value="|=" style="font-family: Inter-Regular"></el-option>
|
||||
<el-option value="!=" style="font-family: Inter-Regular"></el-option>
|
||||
<el-option value="|~" style="font-family: Inter-Regular"></el-option>
|
||||
<el-option value="!~" style="font-family: Inter-Regular"></el-option>
|
||||
<el-option value="|=">
|
||||
<span style="font-family: Inter-Regular">|=</span>
|
||||
</el-option>
|
||||
<el-option value="!=">
|
||||
<span style="font-family: Inter-Regular">!=</span>
|
||||
</el-option>
|
||||
<el-option value="|~">
|
||||
<span style="font-family: Inter-Regular">|~</span>
|
||||
</el-option>
|
||||
<el-option value="!~">
|
||||
<span style="font-family: Inter-Regular">!~</span>
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-input>
|
||||
<pick-time id="explore" ref="pickTime" v-model="filterTime" :refresh-data-func="queryLogData" :use-chart-unit="false" :use-refresh="false">
|
||||
|
||||
Reference in New Issue
Block a user