[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
+1
View File
@@ -543,6 +543,7 @@ module.exports = {
standardNumber: 'Standard number',
standardName: 'Standard name',
releaseDate: 'Release date',
materialDate: 'Implementation date',
textState: 'Text state',
evaluationState: 'Evaluation state'
},
+1
View File
@@ -606,6 +606,7 @@ module.exports = {
standardNumber: '标准编号',
standardName: '标准名称',
releaseDate: '发布日期',
materialDate: '实施日期',
textState: '标准状态',
evaluationState: '评估状态'
},