平台件项目库 合规认证显示

This commit is contained in:
zyx.net
2023-09-14 16:04:56 +08:00
parent d1e62726b0
commit 9aa56a3890
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1974,4 +1974,5 @@ module.exports = {
Nodedate:'Node Time', Nodedate:'Node Time',
Associatedplatform:'Associated platform', Associatedplatform:'Associated platform',
associatedItem:'There are multiple matching items in the platform item. Please select the associated item', associatedItem:'There are multiple matching items in the platform item. Please select the associated item',
unpublishedregulationsselected:'Only unpublished regulations can be selected',
} }
+1
View File
@@ -3930,4 +3930,5 @@ module.exports = {
Nodedate:'节点时间', Nodedate:'节点时间',
Associatedplatform:'关联平台件', Associatedplatform:'关联平台件',
associatedItem:'在平台件项目中包含多条匹配内容请选择关联项', associatedItem:'在平台件项目中包含多条匹配内容请选择关联项',
unpublishedregulationsselected:'仅能选择未发布的法规',
} }
@@ -60,7 +60,7 @@
regulatoryCertificationTaskPlanList: [], regulatoryCertificationTaskPlanList: [],
timeData: [], timeData: [],
url: { url: {
queryByProjectId: 'project/projectTaskPlanning/queryByProjectId' queryByProjectId: 'platform/platformTaskPlanningEO/list'
} }
} }
}, },