Explorar o código

任务详情反馈状态增加审批

ysc %!s(int64=2) %!d(string=hai) anos
pai
achega
19920ea556
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/task/components/taskDetail.vue

+ 3 - 1
src/views/task/components/taskDetail.vue

@@ -75,8 +75,10 @@ export default {
         return '完成'
       } else if (type === '3') {
         return '终止'
+      } else if (type === '4') {
+        return '评论'
       }
-      return '评论'
+      return '审批'
     }
   }
 }