update 国内标准-编辑
This commit is contained in:
@@ -50,3 +50,10 @@ export const ProjectSource = {
|
||||
ADD: { text: '本地新增', value: '1' },
|
||||
PMS: { text: 'PMS', value: '2' }
|
||||
}
|
||||
|
||||
// 标准来源
|
||||
export const StandardSource = {
|
||||
DOMESTIC: { text: '国内', value: '1' },
|
||||
OVERSEAS: { text: '国外', value: '2' },
|
||||
ENTERPRISE: { text: '企标', value: '3' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user