Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
fengchao-admin
Project
Project
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
tf-boys
fengchao-admin
Commits
e6497245
Commit
e6497245
authored
Aug 10, 2017
by
刘松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
b35b9488
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
app.bundle.js
app/built/app.bundle.js
+0
-0
dashboard.jsx
app/jsx/statistics/dashboard.jsx
+1
-1
detail.jsx
app/jsx/statistics/detail.jsx
+1
-1
No files found.
app/built/app.bundle.js
View file @
e6497245
This source diff could not be displayed because it is too large. You can
view the blob
instead.
app/jsx/statistics/dashboard.jsx
View file @
e6497245
...
@@ -158,7 +158,7 @@ class DashBoard extends React.Component{
...
@@ -158,7 +158,7 @@ class DashBoard extends React.Component{
</
Row
>
</
Row
>
<
RangePicker
onChange=
{
this
.
onChange
.
bind
(
this
)
}
value=
{
ranges
}
format=
{
'YYYYMMDD'
}
style=
{
{
margin
:
'10px 0px'
}
}
/>
<
RangePicker
onChange=
{
this
.
onChange
.
bind
(
this
)
}
value=
{
ranges
}
format=
{
'YYYYMMDD'
}
style=
{
{
margin
:
'10px 0px'
}
}
/>
<
Spin
spinning=
{
this
.
props
.
data
.
status
==
'pending'
}
>
<
Spin
spinning=
{
this
.
props
.
data
.
status
==
'pending'
}
>
<
Table
columns=
{
columns
}
dataSource
=
{
data
}
size=
"middle"
/>
<
Table
columns=
{
columns
}
dataSource
=
{
data
}
size=
"middle"
bordered
/>
</
Spin
>
</
Spin
>
</
div
>
</
div
>
)
)
...
...
app/jsx/statistics/detail.jsx
View file @
e6497245
...
@@ -77,7 +77,7 @@ class Detail extends React.Component{
...
@@ -77,7 +77,7 @@ class Detail extends React.Component{
}
}
return
(
return
(
<
Spin
spinning=
{
this
.
props
.
data
.
status
==
'pending'
}
>
<
Spin
spinning=
{
this
.
props
.
data
.
status
==
'pending'
}
>
<
Table
columns=
{
columns
}
dataSource
=
{
data
}
pagination=
{
this
.
props
.
data
.
detail
.
pagination
}
size=
"middle"
onChange
=
{
this
.
handleTableChange
.
bind
(
this
)
}
/>
<
Table
columns=
{
columns
}
dataSource
=
{
data
}
pagination=
{
this
.
props
.
data
.
detail
.
pagination
}
size=
"middle"
onChange
=
{
this
.
handleTableChange
.
bind
(
this
)
}
bordered
/>
</
Spin
>
</
Spin
>
)
)
}
}
...
...
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