[update] 修改外来标准,定时任务不显示状态

This commit is contained in:
lideqin
2024-06-19 16:49:13 +08:00
parent 21d72188ea
commit db6ef3d3a2
8 changed files with 16 additions and 16 deletions
+2 -4
View File
@@ -58,10 +58,8 @@ export const ProjectSource = {
// 标准来源
export const StandardSource = {
DOMESTIC: { text: '国内', value: '1' },
OVERSEAS: { text: '海外', value: '2' },
ENTERPRISE: { text: '企标', value: '3' },
FOREIGN: { text: '外来标准', value: '4' }
FOREIGN: { text: '外来标准', value: '1' },
ENTERPRISE: { text: '企标', value: '3' }
}
// 动态分类