mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
add props
This commit is contained in:
parent
09e0a787e1
commit
d1c5ab7377
@ -18,7 +18,7 @@ limitations under the License. -->
|
|||||||
<el-input size="small" v-model="traceId" class="trace-id" />
|
<el-input size="small" v-model="traceId" class="trace-id" />
|
||||||
</div>
|
</div>
|
||||||
<div class="conditions flex-h" v-else>
|
<div class="conditions flex-h" v-else>
|
||||||
<el-radio-group v-model="conditions" @change="changeCondition">
|
<el-radio-group v-model="conditions" @change="changeCondition" size="small">
|
||||||
<el-radio-button
|
<el-radio-button
|
||||||
v-for="(item, index) in items"
|
v-for="(item, index) in items"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
|
Loading…
Reference in New Issue
Block a user