Commit 4f80f159 by LJM

js

parent cf77fbb7
Showing with 2 additions and 3 deletions
......@@ -107,8 +107,7 @@
<div class="row">
<el-radio-group v-model="tabPosition" @change="change(tabPosition,'frqRates')">
<el-radio-button label="0">询价报价率</el-radio-button>
<el-radio-button label="1">报价选中率</el-radio-button>
<el-radio-button label="2">报价选中率</el-radio-button>
<el-radio-button label="1">报价成单率</el-radio-button>
</el-radio-group>
</div>
<div class="row">
......@@ -239,7 +238,7 @@ export default {
if (this.tabPosition == 0) {
this.percentage = parseInt(res.data.inquiry_quote_rate);
} else if (this.tabPosition == 1) {
this.percentage = parseInt(res.data.quote_selected_rate);
this.percentage = parseInt(res.data.quote_ordered_rate);
} else if (this.tabPosition == 2) {
this.percentage = parseInt(res.data.quote_ordered_rate);
}
......
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 sign in to comment