Explorar el Código

修改项目成员flow_id

Renxy hace 1 año
padre
commit
15dd115773
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/pages/PurchaseAdmin/PurchaseList/Approval/MemberModal.js

+ 2 - 1
src/pages/PurchaseAdmin/PurchaseList/Approval/MemberModal.js

@@ -8,7 +8,8 @@ const { TabPane } = Tabs;
 const STATUS = [
   { value: 1, label: '售前' },
   { value: 2, label: '执行' },
-  { value: 4, label: '运营' },
+  { value: 4, label: '研发' },
+  { value: 5, label: '运营' },
   { value: 6, label: '质保' },
 ];