فهرست منبع

Squashed commit of the following:
merge dev

commit 15dd115773fa496a30cebc9bcee9d5e0b9fcb90b
Author: Renxy <18510891294@163.com>
Date: Thu Oct 26 10:21:18 2023 +0800

修改项目成员flow_id

Renxy 1 سال پیش
والد
کامیت
fe48c57fa9
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: '质保' },
 ];