mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -119,6 +119,8 @@ import {
|
|||||||
import { useRouter } from "vue-router";
|
import { useRouter } from "vue-router";
|
||||||
import store from "@/store";
|
import store from "@/store";
|
||||||
import { toDate } from "../../api/method";
|
import { toDate } from "../../api/method";
|
||||||
|
import { ElMessage } from "element-plus";
|
||||||
|
|
||||||
const projectClassify = [];
|
const projectClassify = [];
|
||||||
const studyProgress = [];
|
const studyProgress = [];
|
||||||
const projectList = ref([]); //项目列表
|
const projectList = ref([]); //项目列表
|
||||||
@@ -189,7 +191,8 @@ const resetClick = () => {
|
|||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const goProjectDetails = (value) => {
|
const goProjectDetails = (value) => {
|
||||||
if(value.status===2){
|
if(value.status===2){
|
||||||
dialogVisible.value=true
|
// dialogVisible.value=true
|
||||||
|
ElMessage.error('当前项目未到开始时间');
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
(import.meta.env.MODE === "development" || import.meta.env.MODE === "test")
|
(import.meta.env.MODE === "development" || import.meta.env.MODE === "test")
|
||||||
|
|||||||
Reference in New Issue
Block a user