代码更新

This commit is contained in:
2022-11-07 09:07:23 +08:00
parent 1a2f678042
commit 3f50a8b48d
5 changed files with 83 additions and 203 deletions

View File

@@ -266,13 +266,14 @@ export default {
this.currentDis = {}
return
}
debugger
this.currentDis = current
if (current.task_status === '01') {
if (current.task_status === '04') {
this.button1 = false
} else {
this.button1 = true
}
if (current.task_status !== '99') {
if (current.task_status !== '07') {
this.button2 = false
this.button3 = true
} else {