Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
a298048ed0
|
@ -141,7 +141,7 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item of $d.Rank"
|
v-for="item of $d.Rank"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.raw.Value"
|
:label="item.label"
|
||||||
:value="item.id"
|
:value="item.id"
|
||||||
/>
|
/>
|
||||||
<!-- <el-option label="Other" :value="otherId" />-->
|
<!-- <el-option label="Other" :value="otherId" />-->
|
||||||
|
|
Loading…
Reference in New Issue