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
89bc1a8c
Commit
89bc1a8c
authored
6 months ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fd326151
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
14 deletions
+21
-14
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+17
-10
ActualRateChange.vue
...odule/DataAnalysis/components/Echart/ActualRateChange.vue
+1
-1
ActualRateColumnar.vue
...ule/DataAnalysis/components/Echart/ActualRateColumnar.vue
+1
-1
WoolRateChange.vue
...lModule/DataAnalysis/components/Echart/WoolRateChange.vue
+1
-1
WoolRateColumnar.vue
...odule/DataAnalysis/components/Echart/WoolRateColumnar.vue
+1
-1
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
89bc1a8c
...
...
@@ -110,15 +110,22 @@
</ul>
</div>
<!-- height: 78%;overflow: auto; -->
<div
v-loading=
"loading"
style=
"display: flex;flex-direction: row;flex-wrap: wrap;"
>
<IncomeChange
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></IncomeChange>
<IncomeShare
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></IncomeShare>
<WoolRateChange
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></WoolRateChange>
<ActualRateChange
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></ActualRateChange>
<ChangeProportion
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></ChangeProportion>
<WoolRateColumnar
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></WoolRateColumnar>
<ActualRateColumnar
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></ActualRateColumnar>
<div
v-loading=
"loading"
>
<div
style=
"display: flex;flex-direction: row;flex-wrap: wrap;"
>
<IncomeChange
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></IncomeChange>
<IncomeShare
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></IncomeShare>
<ChangeProportion
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></ChangeProportion>
</div>
<div
style=
"display: flex;flex-direction: row;flex-wrap: wrap;"
>
<WoolRateColumnar
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></WoolRateColumnar>
<ActualRateColumnar
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></ActualRateColumnar>
</div>
<div
style=
"display: flex;flex-direction: row;flex-wrap: wrap;"
>
<WoolRateChange
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></WoolRateChange>
<ActualRateChange
:msgData=
"msg"
:StatisticalData=
"StatisticalData"
></ActualRateChange>
</div>
</div>
</div>
</
template
>
...
...
@@ -148,8 +155,8 @@ export default {
DataType
:
'-1'
,
LossType
:
'0'
,
IsLastData
:
1
,
LineIdList
:
[],
LineIdStr
:
''
LineIdList
:
[
14
],
LineIdStr
:
'
14
'
},
dateTime
:
[],
CompanyList
:
[],
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/DataAnalysis/components/Echart/ActualRateChange.vue
View file @
89bc1a8c
...
...
@@ -89,7 +89,7 @@ export default {
icon
:
"circle"
,
padding
:
[
5
,
30
,
20
,
30
]
,
data
:
titles
,
selected
:
Stocklegend
//
selected: Stocklegend
},
grid
:
{
left
:
15
,
// 默认10%,给24就挺合适的。
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/DataAnalysis/components/Echart/ActualRateColumnar.vue
View file @
89bc1a8c
...
...
@@ -90,7 +90,7 @@ export default {
icon
:
"circle"
,
padding
:
[
5
,
30
,
20
,
30
]
,
data
:
titles
,
selected
:
Stocklegend
//
selected: Stocklegend
},
grid
:
{
left
:
15
,
// 默认10%,给24就挺合适的。
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/DataAnalysis/components/Echart/WoolRateChange.vue
View file @
89bc1a8c
...
...
@@ -89,7 +89,7 @@ export default {
icon
:
"circle"
,
padding
:
[
5
,
30
,
20
,
30
]
,
data
:
titles
,
selected
:
Stocklegend
//
selected: Stocklegend
},
grid
:
{
left
:
15
,
// 默认10%,给24就挺合适的。
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/DataAnalysis/components/Echart/WoolRateColumnar.vue
View file @
89bc1a8c
...
...
@@ -90,7 +90,7 @@ export default {
icon
:
"circle"
,
padding
:
[
5
,
30
,
20
,
30
]
,
data
:
titles
,
selected
:
Stocklegend
//
selected: Stocklegend
},
grid
:
{
left
:
15
,
// 默认10%,给24就挺合适的。
...
...
This diff is collapsed.
Click to expand it.
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