[update] 标签管理国内标准和国外标准改成外来标准;增加外来标准法规文本库模块
This commit is contained in:
@@ -32,8 +32,7 @@ export const FieldType = {
|
||||
}
|
||||
|
||||
export const TagsTypeEnums = new EsEnums({
|
||||
DOMESTIC_LIST: { text: '国内法规', langKey: 'system.tag.domesticLaws', value: 1 },
|
||||
FOREIGN_LIST: { text: '海外标准', langKey: 'system.tag.foreignStandards', value: 2 },
|
||||
FOREIGN_STANDARD_LIST: { text: '外来标准法规', langKey: 'system.tag.foreignStandardRegulations', value: 1 },
|
||||
ENTERPRISE_LIST: { text: '企业标准', langKey: 'system.tag.enterpriseStandards', value: 3 },
|
||||
CLAUSE_SPLITTING_LIST: { text: '条款拆分', langKey: 'system.tag.clauseSplitting', value: 4 }
|
||||
})
|
||||
@@ -61,7 +60,8 @@ export const ProjectSource = {
|
||||
export const StandardSource = {
|
||||
DOMESTIC: { text: '国内', value: '1' },
|
||||
OVERSEAS: { text: '海外', value: '2' },
|
||||
ENTERPRISE: { text: '企标', value: '3' }
|
||||
ENTERPRISE: { text: '企标', value: '3' },
|
||||
FOREIGN: { text: '外来标准', value: '4' }
|
||||
}
|
||||
|
||||
// 动态分类
|
||||
|
||||
Reference in New Issue
Block a user