Explorar el Código

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

ysc hace 2 años
padre
commit
19920ea556
Se han modificado 1 ficheros con 3 adiciones y 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 '审批'
     }
   }
 }