update 文档拆分
This commit is contained in:
@@ -75,3 +75,9 @@ export const OperationType = {
|
||||
ENTRY: { text: '标准法规入库', value: '1' },
|
||||
CHANGE: { text: '标准法规变更', value: '2' }
|
||||
}
|
||||
|
||||
// 文档拆分-拆分状态
|
||||
export const SplitStatus = {
|
||||
EDITING: { text: '编辑中', value: '1' },
|
||||
RELEASED: { text: '已发布', value: '2' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user