Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fengzhaoyu
mingPayPc
Commits
caf107a9
Commit
caf107a9
authored
Nov 27, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表修改
parent
0238f46d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
SystemReconciliation.vue
...mponents/pages/PaymentManagement/SystemReconciliation.vue
+11
-3
No files found.
src/components/pages/PaymentManagement/SystemReconciliation.vue
View file @
caf107a9
...
...
@@ -9,17 +9,17 @@
</a-select>
<a-button
type=
"primary"
@
click=
"init"
>
查询
</a-button>
</div>
<div
style=
"width: 100%;border: 1px solid #dddddd;margin-bottom: 20px
"
>
<div
class=
"chart
"
>
<div
id=
"rechargeLine"
:style=
"
{width: '100%', height: '300px'}">
</div>
</div>
<div
style=
"width: 100%;scroll;position: relative;border: 1px solid #dddddd;margin-bottom: 20px"
>
<div
class=
"chart"
style=
"width: 100%;scroll;position: relative;border: 1px solid #dddddd;margin-bottom: 20px"
>
<div
id=
"subsidyList"
:style=
"
{width: '100%', height: '300px'}">
</div>
<a-select
placeholder=
"津贴类型"
v-model=
"sceneType"
style=
"width: 120px;position: absolute;right: 10%;top: 0;"
@
change=
"changeSceneType"
>
<a-select-option
value=
"MEAL"
>
餐补
</a-select-option>
<a-select-option
value=
"TRAVEL"
>
交通补贴
</a-select-option>
</a-select>
</div>
<div
style=
"width: 100%;overflow-x:scroll;border: 1px solid #dddddd;margin-bottom: 20px
"
>
<div
class=
"chart
"
>
<div
id=
"consumeLine"
:style=
"
{width: '100%', height: '300px'}">
</div>
</div>
</div>
...
...
@@ -362,6 +362,7 @@ export default {
}
.searchBox
button
{
margin-left
:
10px
;
margin-bottom
:
20px
}
.SystemReconciliationContent
{
border
:
1px
solid
#f6f6f6
;
...
...
@@ -411,4 +412,11 @@ export default {
display
:
inline-block
;
text-align
:
right
;
}
.chart
{
width
:
100%
;
border
:
1px
solid
#dddddd
;
margin-bottom
:
20px
;
padding
:
20px
20px
30px
20px
;
box-sizing
:
border-box
;
}
</
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