mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 18:22:55 +08:00
result.data
This commit is contained in:
@@ -319,12 +319,12 @@ export default {
|
||||
},
|
||||
}).then((res) => {
|
||||
const list = [
|
||||
{ text: "项目", num: res.data?.projectTotal },
|
||||
{ text: "学习路径图", num: res.data?.routerTotal },
|
||||
{ text: "授课", num: res.data?.teachingTotal },
|
||||
{ text: "课程", num: res.data?.courseTotal },
|
||||
{ text: "考试", num: res.data?.examTotal },
|
||||
{ text: "案例", num: res.data?.caseTotal },
|
||||
{ text: "项目", num: res.data.data?.projectTotal },
|
||||
{ text: "学习路径图", num: res.data.data?.routerTotal },
|
||||
{ text: "授课", num: res.data.data?.teachingTotal },
|
||||
{ text: "课程", num: res.data.data?.courseTotal },
|
||||
{ text: "考试", num: res.data.data?.examTotal },
|
||||
{ text: "案例", num: res.data.data?.caseTotal },
|
||||
];
|
||||
tabData.value = list;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user