[add] 市场法规清单
This commit is contained in:
@@ -597,3 +597,10 @@ export const EnterpriseNameCode = {
|
||||
JC: { text: 'JC', value: 'JC' },
|
||||
JHK: { text: 'JHK', value: 'JHK' }
|
||||
}
|
||||
|
||||
// 清单状态
|
||||
export const ListState = {
|
||||
RELEASED: { text: '已发布', value: '1' },
|
||||
UNPUBLISH: { text: '未发布', value: '2' },
|
||||
UNDER_REVISION: { text: '修改中', value: '3' },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user