Browse Source

反馈状态增加审批

ysc 2 năm trước cách đây
mục cha
commit
1603ef50e3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/task/view.vue

+ 3 - 1
src/views/task/view.vue

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