瀏覽代碼

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

ysc 2 年之前
父節點
當前提交
19920ea556
共有 1 個文件被更改,包括 3 次插入1 次删除
  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 '审批'
     }
   }
 }