update 标准法规入库/变更流程

This commit is contained in:
赵霄
2023-10-08 09:28:33 +08:00
parent 1ebd6d3cf2
commit d1564a4077
5 changed files with 591 additions and 36 deletions
+6
View File
@@ -69,3 +69,9 @@ export const DynamicCataloging = {
FOREIGN_TRENDS: { text: '国外动态', value: '7' },
OTHER: { text: '其他', value: '8' }
}
// 标准法规入库/变更流程-操作类型
export const OperationType = {
ENTRY: { text: '标准法规入库', value: '1' },
CHANGE: { text: '标准法规变更', value: '2' }
}