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
c9a43842
authored
Feb 27, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
询报价管理/询价管理:历史报价币种价格显示错误
parent
4a11a4d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/List/inquire.vue
src/views/List/inquire.vue
View file @
c9a43842
...
...
@@ -155,11 +155,11 @@
<el-table-column
label=
"操作"
width=
"66"
align=
"center"
>
<template
slot-scope=
"scope"
>
<!--待确认-->
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-if=
"scope.row.status == 7"
style=
"background: #ff7e11"
>
确认
</a>
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-if=
"scope.row.
quote_
status == 7"
style=
"background: #ff7e11"
>
确认
</a>
<!--已成单-->
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-else-if=
"scope.row.status == 3"
style=
"background: #aaaaaa"
>
修改
</a>
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-else-if=
"scope.row.
quote_
status == 3"
style=
"background: #aaaaaa"
>
修改
</a>
<!--确认中-->
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-else-if=
"scope.row.status == 1"
>
修改
</a>
<a
href=
"javascript:;"
@
click=
"edit(scope.row)"
class=
"row rowCenter verCenter btn-element"
v-else-if=
"scope.row.
quote_
status == 1"
>
修改
</a>
</
template
>
</el-table-column>
<el-table-column
prop=
"expire_time"
label=
"报价有效期"
width=
"160"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
...
...
@@ -323,7 +323,8 @@
<el-table-column
prop=
"expire_status_val"
label=
"是否有效"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"price_rmb"
label=
"价格"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
price_rmb
|
floatZero
}}
</span>
<span
v-if=
"scope.row.currency == 1"
>
{{
scope
.
row
.
price_rmb
|
floatZero
}}
</span>
<span
v-else
>
{{
scope
.
row
.
price_origin
|
floatZero
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"currency_val"
label=
"币种"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
...
...
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