Commit 03638d17 by zhaochengxiang

增加待发布

parent 93755cf3
...@@ -32,6 +32,7 @@ const operationMap = { ...@@ -32,6 +32,7 @@ const operationMap = {
const draftStates = [ const draftStates = [
{ id: 'PENDINGSUBMIT', name: '待提交' }, { id: 'PENDINGSUBMIT', name: '待提交' },
{ id: 'tobeReleased', name: '待发布' },
{ id: 'PROCESSING', name: '处理中' }, { id: 'PROCESSING', name: '处理中' },
{ id: 'DONE', name: '已完成' }, { id: 'DONE', name: '已完成' },
{ id: 'PUBLISHED', name: '已发布' }, { id: 'PUBLISHED', name: '已发布' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment