@@ -1456,7 +1480,7 @@ export default {
const stuRef = ref();
// const store = useStore();
const state = reactive({
- createId:null,
+ createId: null,
permissions: "",
hasTask: false,
stage: [],
@@ -1662,10 +1686,11 @@ export default {
locationHref:
location.href.indexOf("http://") !== -1
? "http://43.143.139.204:12016/"
- : location.href.slice(0, location.href.indexOf("/m")) + process.env.VUE_APP_FILE_PATH,
+ : location.href.slice(0, location.href.indexOf("/m")) +
+ process.env.VUE_APP_FILE_PATH,
isreload: true,
TaskFaceImpStuvisible: false,
- uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
+ uploadAction: process.env.VUE_APP_BASE_API + "/file/uploadunlimit",
});
const levelList = reactive({
@@ -2746,8 +2771,8 @@ export default {
// 评估 停用
if (item.type == 11) {
- if (item.taskStatus == 1 || item.taskStatus == 2)
- return message.error("该任务无法学习,请联系管理员进行替换。");
+ // if (item.taskStatus == 1 || item.taskStatus == 2)
+ // return message.error("该任务无法学习,请联系管理员进行替换。");
console.log("item", item);
codeUrl =
window.location.protocol +
@@ -2823,10 +2848,10 @@ export default {
const downloadFile = (url) => {
console.log(url);
window.open(
- window.location.protocol +
- process.env.VUE_APP_BOE_API_URL +
- process.env.VUE_APP_FILE_PATH +
- url
+ window.location.protocol +
+ process.env.VUE_APP_BOE_API_URL +
+ process.env.VUE_APP_FILE_PATH +
+ url
);
// if(url){
// const filename = '操作指南'
diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue
index 148612ac..0ca48e93 100644
--- a/src/views/projectcenter/TaskPage.vue
+++ b/src/views/projectcenter/TaskPage.vue
@@ -23,25 +23,27 @@

@@ -50,7 +52,9 @@
{{ act }}
@@ -59,7 +63,7 @@
{{ act }}
@@ -68,7 +72,7 @@
{{ act }}
@@ -77,7 +81,7 @@
{{ act }}
@@ -103,7 +107,11 @@
-
+
@@ -185,7 +193,7 @@
-
+
批量面授报名
-->
@@ -709,7 +717,7 @@
-
+
{{ record.topFlag ? "取消优秀" : "优秀学员" }}
换组
@@ -795,7 +803,7 @@
-
+
创建小组
@@ -826,13 +834,18 @@
>
-
{{ item.groupName }}
+
+ {{ item.groupName }}
+
. . .
-
+
编辑
@@ -1072,7 +1085,7 @@
@@ -1124,7 +1137,7 @@
查看
-->
@@ -1289,8 +1302,16 @@
-
上传共享文档
-
+
+ 上传共享文档
+
+
@@ -1441,7 +1466,7 @@
>
下载
删除
@@ -1825,7 +1857,11 @@
您是否授予此学员优秀学员称号?
-
+
@@ -1857,7 +1893,11 @@
您是否取消此学员优学员称号?
-
+
@@ -1889,7 +1929,11 @@
您确定要删除此学员吗
-
+
@@ -1923,7 +1967,7 @@
您确定要删除此课程吗
-
+
@@ -1955,7 +1999,11 @@
您确定批量删除吗?
-
+
@@ -2072,7 +2120,11 @@
(项目撤回后学员进度保留,发布后可继续学习)
-
+
-
-
+
@@ -2166,7 +2226,11 @@
您确定要存为模版吗
-
+
@@ -2778,7 +2842,7 @@ export default {
ImpoterGroupLeaderV: false, //导入小组长抽屉
certificatelist: [],
fileUrl: process.env.VUE_APP_FILE_PATH,
- uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
+ uploadAction: process.env.VUE_APP_BASE_API + "/file/uploadunlimit",
});
// 排行榜 - start
// 积分排行榜 Top10
@@ -3132,7 +3196,7 @@ export default {
};
const closeModal2 = () => {
state.stugroup = false;
- state.buttonLoading = false
+ state.buttonLoading = false;
state.groupInfo = {};
state.groupMemberCountContrast = null;
getGroup();
@@ -4660,8 +4724,8 @@ export default {
// 评估 停用
if (item.type == 11) {
- if (item.taskStatus == 1 || item.taskStatus == 2)
- return message.error("该任务无法学习,请联系管理员进行替换。");
+ // if (item.taskStatus == 1 || item.taskStatus == 2)
+ // return message.error("该任务无法学习,请联系管理员进行替换。");
codeUrl =
window.location.protocol +
@@ -6835,7 +6899,6 @@ export default {
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
-
}
.more {