Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
7aa94da0
Commit
7aa94da0
authored
Feb 26, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
a907eade
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
+20
-8
changePriceAudit.vue
src/components/dmc/manager/changePriceAudit.vue
+20
-8
No files found.
src/components/dmc/manager/changePriceAudit.vue
View file @
7aa94da0
...
@@ -86,14 +86,14 @@
...
@@ -86,14 +86,14 @@
</template>
</template>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"B2BPrice"
:label=
"$t('Operation.Op_tradePrice')"
width=
"130"
>
<el-table-column
prop=
"B2BPrice"
:label=
"$t('Operation.Op_tradePrice')"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
<span>
{{
scope
.
row
.
B2BPrice
}}
=>
<font
style=
"color:red"
>
{{
scope
.
row
.
NewB2BPrice
}}
</font>
{{
scope
.
row
.
B2BPrice
}}
=>
<font
style=
"color:red"
>
{{
scope
.
row
.
NewB2BPrice
}}
</font>
</span>
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"B2CPrice"
:label=
"$t('Operation.Op_directPrice')"
width=
"130"
>
<el-table-column
prop=
"B2CPrice"
:label=
"$t('Operation.Op_directPrice')"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
<span>
{{
scope
.
row
.
B2CPrice
}}
=>
<font
style=
"color:red;"
>
{{
scope
.
row
.
NewB2CPrice
}}
</font>
{{
scope
.
row
.
B2CPrice
}}
=>
<font
style=
"color:red;"
>
{{
scope
.
row
.
NewB2CPrice
}}
</font>
</span>
</span>
...
@@ -101,9 +101,20 @@
...
@@ -101,9 +101,20 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('fnc.shzhuangtai')"
width=
"100"
>
<el-table-column
prop=
""
:label=
"$t('fnc.shzhuangtai')"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
:style=
"
{'color':scope.row.ChangePriceStatus==3?'red':scope.row.ChangePriceStatus==2?'#33B3FF':'blue'}">
<template
v-if=
"scope.row.ChangePriceStatus!=1"
>
{{
scope
.
row
.
ChangePriceStatusStr
}}
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"scope.row.AuditName"
placement=
"top-start"
>
</span>
<span
:style=
"
{'color':scope.row.ChangePriceStatus==3?'red':scope.row.ChangePriceStatus==2?'#33B3FF':'blue'}">
{{
scope
.
row
.
ChangePriceStatusStr
}}
</span>
</el-tooltip>
</
template
>
<
template
v-else
>
<span
:style=
"
{'color':scope.row.ChangePriceStatus==3?'red':scope.row.ChangePriceStatus==2?'#33B3FF':'blue'}">
{{
scope
.
row
.
ChangePriceStatusStr
}}
</span>
</
template
>
</template>
</template>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
width=
"150"
>
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
width=
"150"
>
...
@@ -170,8 +181,7 @@
...
@@ -170,8 +181,7 @@
Id
:
0
Id
:
0
}
}
],
],
BranchAuditStateType
:
[
BranchAuditStateType
:
[{
{
Name
:
this
.
$t
(
'objFill.dsh'
),
Name
:
this
.
$t
(
'objFill.dsh'
),
Id
:
1
Id
:
1
},
},
...
@@ -365,6 +375,7 @@
...
@@ -365,6 +375,7 @@
}
}
}
}
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.groupApproval
.singeRowTable
{
.groupApproval
.singeRowTable
{
...
@@ -435,4 +446,5 @@
...
@@ -435,4 +446,5 @@
._icon_btn
i
.icon-mingxi
{
._icon_btn
i
.icon-mingxi
{
background-color
:
rgb
(
71
,
191
,
140
)
background-color
:
rgb
(
71
,
191
,
140
)
}
}
</
style
>
\ No newline at end of file
</
style
>
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