@@ -116,7 +116,7 @@
- {{ data.remark || "暂无公告" }}
+ {{ data.notice || "暂无公告" }}
-
{{ dialogVisibleTip }}
取消
- 确定
+ 确定
@@ -375,7 +371,7 @@ const dialogVisibleTip = ref('该任务无法学习,请联系管理员进行
// }
function introductionPro() {
- dialogVisibleTip.value =data.value.remark;
+ dialogVisibleTip.value = data.value.remark;
dialogVisible.value = true;
}
@@ -386,7 +382,7 @@ function toFinish(d, sName, chapterId) {
let date1 = new Date(d.endTime).getTime();
let date2 = new Date().getTime();
if (date1 < date2) {
- dialogVisibleTip.value ='当前作业已结束';
+ dialogVisibleTip.value = '当前作业已结束';
dialogVisible.value = true;
// ElMessage.error("当前作业已结束")
return
@@ -397,7 +393,7 @@ function toFinish(d, sName, chapterId) {
let date1 = new Date(d.endTime).getTime();
let date2 = new Date().getTime();
if (date1 < date2) {
- dialogVisibleTip.value ='当前直播已结束';
+ dialogVisibleTip.value = '当前直播已结束';
dialogVisible.value = true;
return
}
@@ -406,7 +402,7 @@ function toFinish(d, sName, chapterId) {
if (d.type == 5) {
if (d.taskStatus == 1 || d.taskStatus == 2) {
// ElMessage.error("该任务无法学习,请联系管理员进行替换。")
- dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!';
+ dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!';
dialogVisible.value = true;
return
}
@@ -415,7 +411,7 @@ function toFinish(d, sName, chapterId) {
if (d.type == 11) {
if (d.taskStatus == 1 || d.taskStatus == 2) {
// ElMessage.error("该任务无法学习,请联系管理员进行替换。")
- dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!';
+ dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!';
dialogVisible.value = true;
return
}
@@ -425,7 +421,7 @@ function toFinish(d, sName, chapterId) {
let date1 = new Date(d.endTime).getTime();
let date2 = new Date().getTime();
if (date1 < date2) {
- dialogVisibleTip.value ='当前活动已结束';
+ dialogVisibleTip.value = '当前活动已结束';
dialogVisible.value = true;
return
}
@@ -434,7 +430,7 @@ function toFinish(d, sName, chapterId) {
if (d.type == 1) {
if (d.taskStatus == 1 || d.taskStatus == 2) {
// ElMessage.error("该任务无法学习,请联系管理员进行替换。")
- dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!';
+ dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!';
dialogVisible.value = true;
return
}
@@ -443,7 +439,7 @@ function toFinish(d, sName, chapterId) {
if (d.type == 2) {
if (d.taskStatus == 1 || d.taskStatus == 2) {
// ElMessage.error("该任务无法学习,请联系管理员进行替换。")
- dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!';
+ dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!';
dialogVisible.value = true;
return
}
@@ -492,21 +488,23 @@ function whiteTypes(type) {
.el-dialog__header {
display: none;
}
+
.crumb {
color: #fff;
display: flex;
font-size: 14px;
line-height: 24px;
+
.return {
position: absolute;
right: 10%;
.text {
- text-align: center;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
+ text-align: center;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ }
}
}
diff --git a/src/views/project/ProjectManage.vue b/src/views/project/ProjectManage.vue
index 86d24e7..822c249 100644
--- a/src/views/project/ProjectManage.vue
+++ b/src/views/project/ProjectManage.vue
@@ -7,11 +7,11 @@
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
-
-
-
我的项目
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-

-
-
-
-
![]()
-
-
- {{ i.name }}
-
-
-
当前进度:
-
-
-
-
- {{
- (i.finishTaskNum && i.totalTaskNum) ? parseInt(i.finishTaskNum / i.totalTaskNum * 100) : 0
- }}%
-
-
-
最新一次学习时间:{{ i.lastStudyTime }}
-
-
-
- 待开始
-
-
- 去学习
-
-
- 已完成
-
-
- 已结束
-
-
-
-
-
+