Commit dfcb8cc9 authored by zhengke's avatar zhengke

修改

parent c824c833
......@@ -540,7 +540,7 @@
<input class="_border_b_1 w80" type="number" disabled v-model="msg.OriginalFee"
@change="countFee()"></input>
<el-select v-model="myRate" class="w120" @change="getMyRateArr()">
<el-option :label="x" v-for="x in RateArr" :value="x"></el-option>
<el-option :label="x" v-for="(x,k) in RateArr" :value="x" :key="k"></el-option>
</el-select>
</div>
</td>
......
Markdown is supported
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