Commit 702c1dd0 authored by Jingyu Feng(冯经宇)'s avatar Jingyu Feng(冯经宇)
Browse files

fix bug

Showing with 1 addition and 1 deletion
+1 -1
......@@ -75,7 +75,7 @@
clearable
@on-clear="clearTarget"
>
<Option v-for="item in allTarget" :value="item.id" :key="item.id">{{ item.key_name }}</Option>
<Option v-for="item in allTarget" :value="item.id" :key="item.id">{{ item.displayName }}</Option>
</Select>
<Button
:disabled="
......
Supports Markdown
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