select v -model="percentage"> <option :key="index" :value="item" v-for="(item,index) in percentageList" >{{item * 100 + '%'}}</option> ...
確定! 回上一頁