必修
选修
-
+
{{ types.typeName[el.type] || "" }}
@@ -702,10 +699,12 @@ function toFinish(d) {
.issue {
width: 100%;
- display: flex;
font-size: 13px;
line-height: 30.29px;
color: rgba(110, 123, 132, 1);
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.coursetag {
display: flex;
diff --git a/src/views/projectdetails/ProjectPath.vue b/src/views/projectdetails/ProjectPath.vue
index 395ac4a..49af03c 100644
--- a/src/views/projectdetails/ProjectPath.vue
+++ b/src/views/projectdetails/ProjectPath.vue
@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-01-19 11:28:11
* @LastEditors: lixg lixg@dongwu-inc.com
- * @LastEditTime: 2023-02-08 09:57:37
+ * @LastEditTime: 2023-02-09 10:20:19
* @FilePath: /stu_h5/src/views/projectdetails/ProjectPath.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -179,14 +179,14 @@ const handleClick = (tab, event) => {
console.log("selectTab", selectTab.value);
};
const goDetails = () => {
- // router.push({
- // path: "/pathmappage",
- // query: { routerId: 290 },
- // });
router.push({
- path: "/projectdetails",
- query: { projectId: 485 },
+ path: "/pathmappage",
+ query: { routerId: 290 },
});
+ // router.push({
+ // path: "/projectdetails",
+ // query: { projectId: 485 },
+ // });
};
diff --git a/src/views/projectdetails/projectDetails.vue b/src/views/projectdetails/projectDetails.vue
index 1c7823a..96450de 100644
--- a/src/views/projectdetails/projectDetails.vue
+++ b/src/views/projectdetails/projectDetails.vue
@@ -86,28 +86,28 @@
v-for="(el, index) in item.taskProcessList"
:key="index"
>
-
+
{{ el.name }}
必修
选修
{{ types.typeName[el.type] || "" }}
@@ -396,7 +396,7 @@ function toFinish(d, sName, chapterOrStageId) {
ElMessage.error("暂时未开放");
return;
}
- if (d.type == 3 || d.type == 7) {
+ if (d.type == 3) {
d.status !== 1 &&
request(STUDY_RECORD, {
studentId: data.value.userInfoBo.userId,
@@ -809,10 +809,12 @@ const queryAllStatus = (data) => {
.issue {
width: 100%;
- display: flex;
font-size: 13px;
line-height: 30.29px;
color: rgba(110, 123, 132, 1);
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.coursetag {
display: flex;