fix: 解决冲突
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
:ref="'promql-'+(index-1)"
|
:ref="'promql-'+(index-1)"
|
||||||
:expression-list="expressions"
|
:expression-list="expressions"
|
||||||
:index="index-1"
|
:index="index-1"
|
||||||
:select-data="searchMetrics.value"
|
|
||||||
:plugins="['metric-selector', 'metric-input', 'add', 'remove', 'copy']"
|
:plugins="['metric-selector', 'metric-input', 'add', 'remove', 'copy']"
|
||||||
:styleType="1"
|
:styleType="1"
|
||||||
@addExpression="addExpression"
|
@addExpression="addExpression"
|
||||||
|
|||||||
@@ -177,7 +177,6 @@ export default {
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
selectData: Boolean
|
|
||||||
// metricOptions: {type: Array},
|
// metricOptions: {type: Array},
|
||||||
// metricStore: {type: Array}
|
// metricStore: {type: Array}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user