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
f82ca9f8
Commit
f82ca9f8
authored
Dec 13, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f1f69cb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
6 deletions
+36
-6
PrerealContrast.vue
...nancialModule/DataAnalysis/components/PrerealContrast.vue
+36
-6
No files found.
src/components/FinancialModule/DataAnalysis/components/PrerealContrast.vue
View file @
f82ca9f8
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"
预估金额
"
align=
"center"
>
<el-table-column
prop=
""
label=
"
初始预估
"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
...
@@ -48,6 +48,11 @@
...
@@ -48,6 +48,11 @@
{{
scope
.
row
.
MaoLiRate
}}
%
{{
scope
.
row
.
MaoLiRate
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"最新预估"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFeeNew
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Sort
}}
{{
scope
.
row
.
Sort
}}
...
@@ -93,7 +98,7 @@
...
@@ -93,7 +98,7 @@
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"
预估金额
"
align=
"center"
>
<el-table-column
prop=
""
label=
"
初始预估
"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
...
@@ -103,6 +108,11 @@
...
@@ -103,6 +108,11 @@
{{
scope
.
row
.
MaoLiRate
}}
%
{{
scope
.
row
.
MaoLiRate
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"最新预估"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFeeNew
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Sort
}}
{{
scope
.
row
.
Sort
}}
...
@@ -150,7 +160,7 @@
...
@@ -150,7 +160,7 @@
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"
预估金额
"
align=
"center"
>
<el-table-column
prop=
""
label=
"
初始预估
"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
...
@@ -160,6 +170,11 @@
...
@@ -160,6 +170,11 @@
{{
scope
.
row
.
MaoLiRate
}}
%
{{
scope
.
row
.
MaoLiRate
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"最新预估"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFeeNew
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Sort
}}
{{
scope
.
row
.
Sort
}}
...
@@ -205,7 +220,7 @@
...
@@ -205,7 +220,7 @@
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"
预估金额
"
align=
"center"
>
<el-table-column
prop=
""
label=
"
初始预估
"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
...
@@ -215,6 +230,11 @@
...
@@ -215,6 +230,11 @@
{{
scope
.
row
.
MaoLiRate
}}
%
{{
scope
.
row
.
MaoLiRate
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"最新预估"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFeeNew
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Sort
}}
{{
scope
.
row
.
Sort
}}
...
@@ -262,7 +282,7 @@
...
@@ -262,7 +282,7 @@
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"
预估金额
"
align=
"center"
>
<el-table-column
prop=
""
label=
"
初始预估
"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
...
@@ -272,6 +292,11 @@
...
@@ -272,6 +292,11 @@
{{
scope
.
row
.
MaoLiRate
}}
%
{{
scope
.
row
.
MaoLiRate
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"最新预估"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Sort
}}
{{
scope
.
row
.
Sort
}}
...
@@ -317,7 +342,7 @@
...
@@ -317,7 +342,7 @@
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
CostFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"
预估金额
"
align=
"center"
>
<el-table-column
prop=
""
label=
"
初始预估
"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
{{
scope
.
row
.
ExpectedFee
.
toFixed
(
2
)
}}
</
template
>
</
template
>
...
@@ -327,6 +352,11 @@
...
@@ -327,6 +352,11 @@
{{
scope
.
row
.
MaoLiRate
}}
%
{{
scope
.
row
.
MaoLiRate
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
label=
"最新预估"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ExpectedFeeNew
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<el-table-column
prop=
""
label=
"Top"
align=
"center"
width=
"45"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Sort
}}
{{
scope
.
row
.
Sort
}}
...
...
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