Explorar o código

反馈状态增加审批

ysc %!s(int64=2) %!d(string=hai) anos
pai
achega
1603ef50e3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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 '审批'
     }
   }
 }