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
bf5d4aed
Commit
bf5d4aed
authored
Sep 18, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2a372b25
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
25 additions
and
39 deletions
+25
-39
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+1
-1
ActualRateChange.vue
...e/DataAnalysis/components/fourEchart/ActualRateChange.vue
+1
-1
IncomeChange.vue
...odule/DataAnalysis/components/fourEchart/IncomeChange.vue
+1
-1
IncomeShare.vue
...Module/DataAnalysis/components/fourEchart/IncomeShare.vue
+1
-1
WoolRateChange.vue
...ule/DataAnalysis/components/fourEchart/WoolRateChange.vue
+1
-1
ActualRateChange.vue
.../DataAnalysis/components/threeEchart/ActualRateChange.vue
+2
-4
ActualRateChange2.vue
...DataAnalysis/components/threeEchart/ActualRateChange2.vue
+2
-4
ActualRateColumnar.vue
...ataAnalysis/components/threeEchart/ActualRateColumnar.vue
+1
-1
ActualRateColumnar2.vue
...taAnalysis/components/threeEchart/ActualRateColumnar2.vue
+1
-1
ChangeProportion.vue
.../DataAnalysis/components/threeEchart/ChangeProportion.vue
+1
-1
ChangeProportion2.vue
...DataAnalysis/components/threeEchart/ChangeProportion2.vue
+2
-4
IncomeChange.vue
...dule/DataAnalysis/components/threeEchart/IncomeChange.vue
+1
-1
IncomeChange2.vue
...ule/DataAnalysis/components/threeEchart/IncomeChange2.vue
+3
-5
IncomeShare.vue
...odule/DataAnalysis/components/threeEchart/IncomeShare.vue
+1
-1
IncomeShare2.vue
...dule/DataAnalysis/components/threeEchart/IncomeShare2.vue
+2
-4
WoolRateChange.vue
...le/DataAnalysis/components/threeEchart/WoolRateChange.vue
+2
-4
WoolRateColumnar.vue
.../DataAnalysis/components/threeEchart/WoolRateColumnar.vue
+2
-4
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
bf5d4aed
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"线路经营情况"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"线路经营情况"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"公司经营情况"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"公司经营情况"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"日本
小包OR常规
"
name=
"3"
></el-tab-pane>
<el-tab-pane
label=
"日本
常规团情况
"
name=
"3"
></el-tab-pane>
<!--
<el-tab-pane
label=
"购物佣金情况"
name=
"4"
></el-tab-pane>
-->
<!--
<el-tab-pane
label=
"购物佣金情况"
name=
"4"
></el-tab-pane>
-->
</el-tabs>
</el-tabs>
<div
class=
"query-box"
>
<div
class=
"query-box"
>
...
...
src/components/FinancialModule/DataAnalysis/components/fourEchart/ActualRateChange.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均车资变化趋势图
</h3>
<h3>
人均车资变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/fourEchart/IncomeChange.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
收入变化趋势图
</h3>
<h3>
收入变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/fourEchart/IncomeShare.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
团数变化趋势图
</h3>
<h3>
团数变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/fourEchart/WoolRateChange.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均机票变化趋势图
</h3>
<h3>
人均机票变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateChange.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均车资变化趋势图
</h3>
<h3>
人均车资变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -78,9 +78,8 @@ export default {
...
@@ -78,9 +78,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c}k'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
1000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均车资'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均车资'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -144,7 +143,6 @@ export default {
...
@@ -144,7 +143,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateChange2.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均房费变化趋势图
</h3>
<h3>
人均房费变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -78,9 +78,8 @@ export default {
...
@@ -78,9 +78,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c}k'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
1000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均房费'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均房费'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -144,7 +143,6 @@ export default {
...
@@ -144,7 +143,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateColumnar.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
毛利率变化趋势图
</h3>
<h3>
毛利率变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ActualRateColumnar2.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
实际利率变化趋势图
</h3>
<h3>
实际利率变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ChangeProportion.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox text-center row"
>
<div
class=
"titleBox text-center row"
>
<h3>
日本常规团(已出团)
人数变化趋势图
</h3>
<h3>
人数变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/ChangeProportion2.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox text-center row"
>
<div
class=
"titleBox text-center row"
>
<h3>
日本常规团(已出团)
人均签证变化趋势图
</h3>
<h3>
人均签证变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -95,9 +95,8 @@ export default {
...
@@ -95,9 +95,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c}k'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
1000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均签证'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均签证'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -161,7 +160,6 @@ export default {
...
@@ -161,7 +160,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeChange.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
收入变化趋势图
</h3>
<h3>
收入变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeChange2.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均餐费变化趋势图
</h3>
<h3>
人均餐费变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -78,9 +78,8 @@ export default {
...
@@ -78,9 +78,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c}k'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
1000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均餐费'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均餐费'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -144,7 +143,6 @@ export default {
...
@@ -144,7 +143,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeShare.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
团数变化趋势图
</h3>
<h3>
团数变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/IncomeShare2.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均门票变化趋势图
</h3>
<h3>
人均门票变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -78,9 +78,8 @@ export default {
...
@@ -78,9 +78,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c}k'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
1000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均门票'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均门票'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -144,7 +143,6 @@ export default {
...
@@ -144,7 +143,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/WoolRateChange.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox row"
>
<div
class=
"titleBox row"
>
<h3>
日本常规团(已出团)
人均机票变化趋势图
</h3>
<h3>
人均机票变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -78,9 +78,8 @@ export default {
...
@@ -78,9 +78,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c}k'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
1000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均机票'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均机票'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -144,7 +143,6 @@ export default {
...
@@ -144,7 +143,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
src/components/FinancialModule/DataAnalysis/components/threeEchart/WoolRateColumnar.vue
View file @
bf5d4aed
<
template
>
<
template
>
<div
class=
"echartsBox"
>
<div
class=
"echartsBox"
>
<div
class=
"titleBox text-center row"
>
<div
class=
"titleBox text-center row"
>
<h3>
日本常规团(已出团)
人均收入变化趋势图
</h3>
<h3>
人均收入变化趋势图
</h3>
<div
style=
"margin-left: 20px;"
>
<div
style=
"margin-left: 20px;"
>
...
@@ -95,9 +95,8 @@ export default {
...
@@ -95,9 +95,8 @@ export default {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
// 在顶部显示
position
:
'top'
,
// 在顶部显示
formatter
:
'{c} w'
// 格式化金额,{c} 代表数据值
},
},
data
:
x
.
MonthData
.
map
(
x
=>
{
return
(
x
/
10000
).
toFixed
(
2
)
})
// 绑定实时数据数组
data
:
x
.
MonthData
.
map
(
x
=>
{
return
x
.
toFixed
(
0
)
})
// 绑定实时数据数组
}
}
if
(
x
.
Name
==
'人均收入'
)
datas
.
push
(
obj
)
if
(
x
.
Name
==
'人均收入'
)
datas
.
push
(
obj
)
if
(
indexs
>
6
){
if
(
indexs
>
6
){
...
@@ -161,7 +160,6 @@ export default {
...
@@ -161,7 +160,6 @@ export default {
textStyle
:
{
textStyle
:
{
color
:
"#969696"
color
:
"#969696"
},
},
formatter
:
'{value}k'
,
margin
:
20
// 标签距离y轴的距离为20
margin
:
20
// 标签距离y轴的距离为20
},
},
splitLine
:{
splitLine
:{
...
...
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