瀏覽代碼

修改项目成员flow_id

Renxy 1 年之前
父節點
當前提交
15dd115773
共有 1 個文件被更改,包括 2 次插入1 次删除
  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: '质保' },
 ];