mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
style:项目任务鼠标悬停显示全名
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
(e) => !whiteTypes(e.type)
|
||||
)" :key="index">
|
||||
<div style="width: 70%">
|
||||
<div class="coursename">{{ value.name }}</div>
|
||||
<div class="coursename" :title="value.name">{{ value.name }}</div>
|
||||
<div class="coursetag">
|
||||
<div class="tag1" style="margin-right: 11px; margin-top: 16px">
|
||||
必修
|
||||
@@ -254,6 +254,7 @@ import img from "@/assets/image/uploadimg.png";
|
||||
import { useRequest, request } from "@/api/request";
|
||||
import {
|
||||
PROJECT_PROCESS,
|
||||
ONLINE_PROCESS,
|
||||
ROUTER_PROCESS,
|
||||
LINK_DETAILS,
|
||||
STUDY_RECORD,
|
||||
@@ -271,7 +272,26 @@ const returnclick = () => {
|
||||
const { data } = useRequest(PROJECT_PROCESS, {
|
||||
projectId: projectId || courseId,
|
||||
});
|
||||
|
||||
console.log("datadata", data);
|
||||
|
||||
// const { onlinedata } = useRequest(ONLINE_PROCESS, {
|
||||
// addView: false,
|
||||
// cid:"1042123882713739264"
|
||||
// });
|
||||
// console.log("onlinedata", onlinedata);
|
||||
|
||||
// request(ONLINE_PROCESS, {
|
||||
// addView: false,
|
||||
// cid:"1042123882713739264"
|
||||
// })
|
||||
// .then((res) => {
|
||||
// console.log(res)
|
||||
// }).catch(err=>{
|
||||
// console.log(err)
|
||||
// })
|
||||
|
||||
|
||||
const userInfo = computed(() => store.state.userInfo);
|
||||
const activeName = ref("first");
|
||||
const handleClick = (tab, event) => {
|
||||
|
||||
Reference in New Issue
Block a user