提交 e8932a7b 编写于 作者: guangjun.yang's avatar guangjun.yang

下载报告按钮及导航

上级 4dc12ae6
......@@ -219,7 +219,6 @@
if(val == 1){
vm.setEntrySide();
} else if(val == 2) {
vm.items[1].title = '教育培训';
vm.setFollowSide();
}
},
......@@ -275,6 +274,7 @@
}
]
}
vm.items[1].title = '教育培训';
vm.items.push(followSider);
},
setEntrySide() {
......@@ -282,7 +282,7 @@
title: '项目组件',
icon: 'el-icon-setting',
index: 'item-component'
};
};
const followSider = {
title: '入口管理',
icon: 'el-icon-setting',
......
......@@ -73,8 +73,8 @@ export default {
},
data() {
return {
curmbFirst: "学情报告",
curmbSecond: "任务列表",
curmbFirst: "教培项目",
curmbSecond: "下载报告",
projectId: "",
tableData: [],
param: {
......@@ -84,13 +84,17 @@ export default {
totalRows: 0,
totalTime: 3,
queryData: {},
listType: "2"
listType: "2",
idType: 1,
// buttonText: "刷新",
// buttonStatus: false,
};
},
created() {
vm = this;
vm.idType = localStorage.getItem('storageIdType');
this.curmbFirst = vm.idType == 1 ? '教培项目' : '教育培训';
this.projectId = vm.getUrlSearch(window.location.href, "projectId");
let listType = vm.getUrlSearch(window.location.href, "listType");
if(listType == null) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册