How to take the labi value in the select selector in element-ui

: I got the value value through the change method. May I ask how to: can I take the label value? how to take

?
<el-select  v-model="type2" @change="currentSel">
   <el-option v-for="item in options2" :label="item.labelName" :value="item.id"></el-option>
</el-select>


Portal https://codeshelper.com/q/10.


you can: value=" item ", in which case type2 is the item object

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b364-2ba5e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b364-2ba5e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?