Commit 370caaf2 authored by chenqikuai's avatar chenqikuai

fix

parent f1ac8c10
......@@ -11,7 +11,12 @@
placeholder="请选择"
popper-class="categoryAddSySelect"
>
<syOption v-for="item in MyCategories" :key="item.value" :value="item.id">
<syOption
v-for="item in MyCategories"
:key="item.value"
:value="item.id"
:label="item.name"
>
<div class="overflow-hidden text-ellipsis">{{ item.name }}</div>
</syOption>
</sySelect>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment