Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
504db98f
Commit
504db98f
authored
Jul 23, 2020
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂时去掉首页无效代码。
parent
4b6fc2d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/views/dashboard/admin/index.vue
+13
-13
No files found.
src/views/dashboard/admin/index.vue
View file @
504db98f
...
...
@@ -2,11 +2,11 @@
<div
class=
"dashboard-editor-container"
>
<panel-group
:panel-group-value=
"panelGroupValue"
/>
<el-row
style=
"background:#fff;padding:16px 16px 0;margin-bottom:32px;"
>
<
!--
<
el-row
style=
"background:#fff;padding:16px 16px 0;margin-bottom:32px;"
>
<line-chart
/>
</el-row>
</el-row>
-->
<el-row
:gutter=
"32"
>
<
!--
<
el-row
:gutter=
"32"
>
<el-col
:xs=
"24"
:sm=
"24"
:lg=
"8"
>
<div
class=
"chart-wrapper"
>
<TicketSubmissionRanking
/>
...
...
@@ -22,25 +22,25 @@
<ProcessingTicketRanking
/>
</div>
</el-col>
</el-row>
</el-row>
-->
</div>
</
template
>
<
script
>
import
PanelGroup
from
'./components/PanelGroup'
import
LineChart
from
'./components/LineChart'
import
TicketSubmissionRanking
from
'./components/TicketSubmissionRanking'
import
TodoWorkOrderRanking
from
'./components/TodoWorkOrderRanking'
import
ProcessingTicketRanking
from
'./components/ProcessingTicketRanking'
//
import LineChart from './components/LineChart'
//
import TicketSubmissionRanking from './components/TicketSubmissionRanking'
//
import TodoWorkOrderRanking from './components/TodoWorkOrderRanking'
//
import ProcessingTicketRanking from './components/ProcessingTicketRanking'
export
default
{
name
:
'DashboardAdmin'
,
components
:
{
PanelGroup
,
LineChart
,
TicketSubmissionRanking
,
TodoWorkOrderRanking
,
ProcessingTicketRanking
PanelGroup
//
LineChart,
//
TicketSubmissionRanking,
//
TodoWorkOrderRanking,
//
ProcessingTicketRanking
},
// eslint-disable-next-line vue/require-prop-types
props
:
[
'panelGroupValue'
],
...
...
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