Commit 3063dec3 authored by youjie's avatar youjie

no message

parent c4539c3f
......@@ -537,7 +537,7 @@
<td colspan="1">{{$t('fnc.shouxufei')}}<br /><span class="_font_size12">{{$t('fnc.khyuanbi')}}</span></td>
<td colspan="3">
<div style="display:flex;">
<input class="_border_b_1 w80" type="number" disabled v-model="msg.OriginalFee"
<input class="_border_b_1 w80" type="number" v-model="msg.OriginalFee"
@change="countFee()"></input>
<el-select v-model="myRate" class="w120" @change="getMyRateArr()">
<el-option :label="x" v-for="(x,k) in RateArr" :value="x" :key="k"></el-option>
......
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