Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
ZhangJianFrontEnd
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
vue-project
ZhangJian
ZhangJianFrontEnd
Commits
258e9dc3
Commit
258e9dc3
authored
Aug 10, 2021
by
yangqingjie
Browse files
Options
Browse Files
Download
Plain Diff
update
parents
76774393
866742ef
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletions
+5
-1
BarChart.vue
src/components/echarts/BarChart.vue
+1
-1
Left.vue
src/pages/index/Left.vue
+0
-0
Right.vue
src/pages/index/Right.vue
+0
-0
index.vue
src/pages/index/index.vue
+4
-0
No files found.
src/components/echarts/BarChart.vue
View file @
258e9dc3
...
@@ -116,7 +116,7 @@ export default {
...
@@ -116,7 +116,7 @@ export default {
show
:
false
show
:
false
},
},
grid
:
{
grid
:
{
left
:
-
1
0
,
left
:
0
,
right
:
35
,
right
:
35
,
bottom
:
0
,
bottom
:
0
,
top
:
0
,
top
:
0
,
...
...
src/pages/index/Left.vue
View file @
258e9dc3
This diff is collapsed.
Click to expand it.
src/pages/index/Right.vue
View file @
258e9dc3
This diff is collapsed.
Click to expand it.
src/pages/index/index.vue
View file @
258e9dc3
...
@@ -74,6 +74,10 @@ export default {
...
@@ -74,6 +74,10 @@ export default {
}
}
// 右侧数据
// 右侧数据
this
.
rightData
=
{
this
.
rightData
=
{
staff
:
data
.
p12
||
{},
// 师资力量
coursedata
:
data
.
p13
||
{},
// 教学课程
line
:
data
.
p14
||
{},
// 教学线上线下比例
learn
:
data
.
p15
||
{}
// 学习内容
}
}
}
catch
(
err
)
{
}
catch
(
err
)
{
console
.
log
(
'managePlatform >'
,
err
)
console
.
log
(
'managePlatform >'
,
err
)
...
...
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