diff --git a/frontend/src/components/ElVisualSelect/index.vue b/frontend/src/components/ElVisualSelect/index.vue index 9d2f9d2484..58adbbd6ea 100644 --- a/frontend/src/components/ElVisualSelect/index.vue +++ b/frontend/src/components/ElVisualSelect/index.vue @@ -27,7 +27,9 @@ :label="item.text" :value="item.id" :class="setSelect(item.id)" - /> + > + {{ item.text }} +