Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4f80f159
authored
Oct 11, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
cf77fbb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/views/Index/index.vue
src/views/Index/index.vue
View file @
4f80f159
...
...
@@ -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_
select
ed_rate
);
this
.
percentage
=
parseInt
(
res
.
data
.
quote_
order
ed_rate
);
}
else
if
(
this
.
tabPosition
==
2
)
{
this
.
percentage
=
parseInt
(
res
.
data
.
quote_ordered_rate
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment