代码更新
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user