Commit 258e9dc3 by yangqingjie

update

parents 76774393 866742ef
......@@ -116,7 +116,7 @@ export default {
show: false
},
grid: {
left: -10,
left: 0,
right: 35,
bottom: 0,
top: 0,
......
......@@ -74,6 +74,10 @@ export default {
}
// 右侧数据
this.rightData = {
staff: data.p12 || {}, // 师资力量
coursedata: data.p13 || {}, // 教学课程
line: data.p14 || {}, // 教学线上线下比例
learn: data.p15 || {} // 学习内容
}
} catch (err) {
console.log('managePlatform >', err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment