Explorar el Código

审批流类型 合同审批改为合同归档审批

XuZinan hace 2 años
padre
commit
0860bbd4fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/Flow/AuditModal.js

+ 1 - 1
src/pages/Flow/AuditModal.js

@@ -4,7 +4,7 @@ import { Modal, Input, Form, Select } from 'antd';
 const flowTypeList = [
   { value: 1, label: '文档审批' },
   { value: 2, label: 'OA审批' },
-  { value: 3, label: '合同审批' },
+  { value: 3, label: '合同归档审批' },
 ];
 
 // 审批意见