mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
排行榜前两个默认显示当前数据
This commit is contained in:
@@ -310,8 +310,8 @@ export default {
|
||||
translate,
|
||||
formatSecondToHour:formatSecondToHour,
|
||||
experience:{
|
||||
field:'total',
|
||||
name:'累计',
|
||||
field:'now',
|
||||
name:'当前',
|
||||
data:{
|
||||
rankingNo:0,
|
||||
total:0
|
||||
@@ -319,8 +319,8 @@ export default {
|
||||
list:[],
|
||||
},
|
||||
learningDuration:{
|
||||
field:'total',
|
||||
name:'累计',
|
||||
field:'now',
|
||||
name:'当前',
|
||||
data:{
|
||||
rankingNo:0,
|
||||
total:0
|
||||
|
||||
Reference in New Issue
Block a user