fix:修改评估按钮和时间 添加面授考试跳转

This commit is contained in:
lixg
2022-12-16 22:08:35 +08:00
parent 5b9a8faa02
commit 8ab9b94b87
5 changed files with 237 additions and 152 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"
@@ -338,7 +338,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);
@@ -430,6 +432,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);
}
}
@@ -512,6 +515,9 @@ function whiteTypes(type) {
font-weight: 500;
color: #333330;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.coursetag {