Commit 0ecdfe52 authored by 13841799530's avatar 13841799530

bug

parent 345823f0
Pipeline #8279 passed with stage
in 5 minutes and 1 second
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
if(val=='0'){ if(val=='0'){
return '已执行' return '已执行'
}else if(val=='1'){ }else if(val=='1'){
return '已撤回' return '未执行'
}else{ }else{
return '未知' return '未知'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment