coys 2 years ago
parent
commit
a9146a66a4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/home/works.vue

+ 2 - 0
src/views/home/works.vue

@@ -190,6 +190,8 @@ export default {
           strName = '待评价'
         } else if (val == 4 && taskType == 1) {
           strName = '待签名'
+        }else if (val == 4 && taskType == 5) {
+          strName = '待提交'
         }
         //教育培训
         if (val == 5 && taskType == 0) {