提交 5af871c7 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 课后作业提交作业去掉截止日期限制

上级 0f349882
...@@ -223,11 +223,12 @@ export default { ...@@ -223,11 +223,12 @@ export default {
return this.hasComment && currentTime > endTime && this.detail.status !== 1 return this.hasComment && currentTime > endTime && this.detail.status !== 1
}, },
disabled() { disabled() {
if (this.detail.status === 1) { return this.detail.status === 0
return false // if (this.detail.status === 1) {
} // return false
// -1未处理 0已处理 1驳回 // }
return this.detail.status === 0 || !this.isWorkTime // // -1未处理 0已处理 1驳回
// return this.detail.status === 0 || !this.isWorkTime
}, },
dialogTitle() { dialogTitle() {
if (this.detail.status === 1 && this.detail.status2 === 1) { if (this.detail.status === 1 && this.detail.status2 === 1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论