uat_us
caiyiling 2024-03-18 11:05:16 +08:00
commit a298048ed0
1 changed files with 1 additions and 1 deletions

View File

@ -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" />-->