提交 d70f4e5c authored 作者: haodaking's avatar haodaking

chore: update

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