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