Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-stu into develop

This commit is contained in:
zhangyc
2022-12-17 00:22:05 +08:00
6 changed files with 239 additions and 154 deletions

View File

@@ -35,8 +35,8 @@
)"
:key="index"
>
<div>
<div class="coursename">{{ value.name }}</div>
<div style="width: 70%">
<div class="coursename" :title="value.name">{{ value.name }}</div>
<div class="coursetag">
<div
class="tag1"
@@ -339,7 +339,9 @@ const {
query: { routerId, routerName },
} = useRoute();
const router = useRouter();
const returnclick = () => {
router.back();
};
const { data } = useRequest(ROUTER_PROCESS, { routerId });
const userInfo = computed(() => store.state.userInfo);
@@ -431,6 +433,7 @@ function toFinish(d, sName) {
});
} else if (typeof types.value.path[d.type] === "function") {
types.value.path[d.type](d);
// console.log("types.value.path[d.type](d)", d);
}
}
@@ -513,6 +516,9 @@ function whiteTypes(type) {
font-weight: 500;
color: #333330;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.coursetag {