[add] 市场法规清单

This commit is contained in:
lideqin
2024-06-14 18:09:50 +08:00
parent 41ed25fbba
commit 10569bbf55
5 changed files with 738 additions and 1 deletions
+7
View File
@@ -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' },
}