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
573706a9
Commit
573706a9
authored
Aug 09, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
97bf5d18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
packet.vue
...onents/FinancialModule/DataAnalysis/components/packet.vue
+33
-0
No files found.
src/components/FinancialModule/DataAnalysis/components/packet.vue
View file @
573706a9
...
...
@@ -97,6 +97,37 @@
</el-table-column>
</el-table-column>
</el-table>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
常规团实际利率分析(已出团)
</h3>
<el-table
:data=
"SJLLAnalysisData"
style=
"width: 100%"
class=
"LineAnalysisDataBJ"
border
>
<el-table-column
fixed
align=
"center"
prop=
"Name"
label=
"名称"
width=
"150"
>
</el-table-column>
<el-table-column
align=
"center"
:label=
"title"
v-for=
"(title,i) in MonthList"
:key=
"i"
:prop=
"`${i}`"
>
<el-table-column
prop=
""
label=
"收入"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
MonthData
[
i
].
Income
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"团数"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
MonthData
[
i
].
TravelNum
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
常规团房费分析(已出团)
</h3>
<el-table
:data=
"RoomAnalysisData"
...
...
@@ -131,6 +162,7 @@ export default {
JapanXBData
:
[],
JapanSPData
:
[],
MaoLiAnalysisData
:
[],
SJLLAnalysisData
:
[],
RoomAnalysisData
:
[],
}
},
...
...
@@ -148,6 +180,7 @@ export default {
this
.
JapanXBData
=
n
.
JapanXBData
this
.
JapanSPData
=
n
.
JapanSPData
this
.
MaoLiAnalysisData
=
n
.
MaoLiAnalysisData
this
.
SJLLAnalysisData
=
n
.
SJLLAnalysisData
this
.
RoomAnalysisData
=
n
.
RoomAnalysisData
},
deep
:
true
,
...
...
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