diff --git a/src/pages/assessment/add/index.vue b/src/pages/assessment/add/index.vue
index f7f37d1..3800366 100644
--- a/src/pages/assessment/add/index.vue
+++ b/src/pages/assessment/add/index.vue
@@ -311,7 +311,7 @@ export default {
this.allCheckedNodes = this.allCheckedNodes.filter(i => (i.level === 3 && i.id !== tag.id) || (i.level === 4 && i.parentId !== tag.id));
},
handleCheck(data, checked) { // 当复选框被点击的时候触发
- console.log(checked);
+ // console.log(checked);
// 全选和半选状态下的班级都显示在标签
let checkedClass = checked.checkedNodes.filter(i => i.level === 3);
@@ -355,7 +355,7 @@ export default {
i.nodeKey = `${i.id}-${new Date().getTime()}`;
i.leaf = false;
}
- console.log(JSON.stringify(i));
+ // console.log(JSON.stringify(i));
result.push(i);
});
this.$nextTick(() => {
diff --git a/src/pages/assessment/list/index.vue b/src/pages/assessment/list/index.vue
index e0c175a..f119be2 100644
--- a/src/pages/assessment/list/index.vue
+++ b/src/pages/assessment/list/index.vue
@@ -5,7 +5,7 @@
-
-
+
{{ item.name }}
@@ -44,13 +44,13 @@
-
+
@@ -90,12 +90,12 @@
-
+
{{ status[scope.row.status] }}
-
+
启动
修改
@@ -191,6 +191,7 @@ export default {
total: 0, // 总数
listData: [], // 表格数据
multipleSelection: [], // 多选
+ listLoading:false,// 列表加载
ticker: null // 倒计时定时器
};
},
@@ -256,11 +257,14 @@ export default {
item.status = 2;
}
}
+ item.show = true;
this.$set(this.listData, i, item);
}
}, 1000);
},
getData() {
+ this.listLoading = true;
+ this.listData.splice(0);
if (this.ticker) {
clearInterval(this.ticker);
}
@@ -275,6 +279,7 @@ export default {
this.listData = res.list;
this.total = res.total;
this.listData.forEach(i => {
+ i.show = false;
if (i.status === 2) { // 已结束
i.countDown = 0;
} else {
@@ -298,8 +303,9 @@ export default {
}
});
this.beginTimer();
+ this.listLoading = false;
}).catch(err => {
- console.log(err);
+ this.listLoading = false;
});
},
initData() {
diff --git a/src/pages/course/list/courseManagement/index.vue b/src/pages/course/list/courseManagement/index.vue
index 10b49d8..65b854d 100644
--- a/src/pages/course/list/courseManagement/index.vue
+++ b/src/pages/course/list/courseManagement/index.vue
@@ -16,7 +16,7 @@
- 新增
+ 新增
批量删除
diff --git a/src/pages/evaluation/list/index.vue b/src/pages/evaluation/list/index.vue
index 0ca59d8..425636b 100644
--- a/src/pages/evaluation/list/index.vue
+++ b/src/pages/evaluation/list/index.vue
@@ -19,8 +19,8 @@
- 测评设置
- 新增题目
+ 测评设置
+ 新增题目
批量上传
批量删除
diff --git a/src/pages/information/columnManage/index.vue b/src/pages/information/columnManage/index.vue
index 238bb97..8dbd8a0 100644
--- a/src/pages/information/columnManage/index.vue
+++ b/src/pages/information/columnManage/index.vue
@@ -14,7 +14,7 @@
更改排序
- 添加栏目
+ 添加栏目
diff --git a/src/pages/information/contentManage/contentList.vue b/src/pages/information/contentManage/contentList.vue
index 8f8f7c1..bfd0abb 100644
--- a/src/pages/information/contentManage/contentList.vue
+++ b/src/pages/information/contentManage/contentList.vue
@@ -6,7 +6,7 @@
保存排序
批量删除
- 新增文章
+ 新增文章
diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue
index ef0cb32..b9d89aa 100644
--- a/src/pages/match/list/index.vue
+++ b/src/pages/match/list/index.vue
@@ -25,7 +25,7 @@
- 创建竞赛
+ 创建竞赛
diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue
index da29f8e..8dcf2fa 100644
--- a/src/pages/project/list/index.vue
+++ b/src/pages/project/list/index.vue
@@ -56,7 +56,7 @@
- 新增项目
+ 新增项目
批量删除
diff --git a/src/pages/student/list/index.vue b/src/pages/student/list/index.vue
index f561430..13d4a33 100644
--- a/src/pages/student/list/index.vue
+++ b/src/pages/student/list/index.vue
@@ -99,7 +99,7 @@
- 新增学生
+ 新增学生
批量导入
批量删除
diff --git a/src/pages/system/list/role.vue b/src/pages/system/list/role.vue
index 815e994..02f3cac 100644
--- a/src/pages/system/list/role.vue
+++ b/src/pages/system/list/role.vue
@@ -8,7 +8,7 @@
- 新增角色
+ 新增角色
批量删除
diff --git a/src/pages/system/list/staff.vue b/src/pages/system/list/staff.vue
index 33d0aa8..5d24539 100644
--- a/src/pages/system/list/staff.vue
+++ b/src/pages/system/list/staff.vue
@@ -13,7 +13,7 @@
- 新增员工
+ 新增员工
批量导入
批量删除
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 118ff9b..acb436e 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -33,6 +33,13 @@
border-radius: 4px !important;
}
+.el-button--info.action-btn {
+ color: #fff !important;
+ font-size: 14px !important;
+ background-color: $--color-primary !important;
+ border-radius: 4px !important;
+}
+
.el-input {
.el-input__inner {
border-color: rgba(0, 0, 0, 0.15);
@@ -84,6 +91,10 @@
@extend .action-btn;
}
+ .el-button--info {
+ @extend .action-btn;
+ }
+
&.mul {
margin-bottom: 0;
@@ -253,6 +264,7 @@
background-color: #fae9e8;
}
}
+
}
}