提交 eb90660d 编写于 作者: haochangdi's avatar haochangdi

Merge branch 'dev-mvp-20200331' of...

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