未到点的任务提示未到时间

This commit is contained in:
zhangyc
2022-12-25 14:50:49 +08:00
parent 8dd6ff5792
commit 7aaa6eed08
3 changed files with 74 additions and 7 deletions

View File

@@ -286,9 +286,7 @@ const {
query: { courseId, projectId },
} = useRoute();
const router = useRouter();
const returnclick = () => {
router.back();
};
const { data } = useRequest(PROJECT_PROCESS, {
projectId: projectId || courseId,
});
@@ -387,7 +385,7 @@ function toFinish(d, sName, chapterOrStageId) {
if (date1 < date2) {
dialogVisibleTip.value = '当前作业已结束';
dialogVisible.value = true;
// ElMessage.error("当前作业已结束")
return
}
}
@@ -490,6 +488,9 @@ function whiteTypes(type) {
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
.example-showcase .el-loading-mask {
z-index: 9;
}
.pathdetails {
.el-dialog__header {
display: none;