From acee333cc80fb242b4d3ccef4be3d574801fa0c1 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 20 Sep 2023 13:43:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=B9=B3=E5=8F=B0=E4=BB=B6=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../components/listEditModel.vue | 98 ++++++++++++++++++- 3 files changed, 96 insertions(+), 4 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 43e06006c..292a84b55 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1975,4 +1975,5 @@ module.exports = { Associatedplatform:'Associated platform', associatedItem:'There are multiple matching items in the platform item. Please select the associated item', unpublishedregulationsselected:'Only unpublished regulations can be selected', + PlatformInformation:'Platform Information', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 29ccb00da..69b3c0887 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -3931,4 +3931,5 @@ module.exports = { Associatedplatform:'关联平台件', associatedItem:'在平台件项目中包含多条匹配内容,请选择关联项', unpublishedregulationsselected:'仅能选择未发布的法规', + PlatformInformation:'平台件信息', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/listEditModel.vue b/jero-web/src/views/projectManagement/components/listEditModel.vue index f7581f1be..70862e23c 100644 --- a/jero-web/src/views/projectManagement/components/listEditModel.vue +++ b/jero-web/src/views/projectManagement/components/listEditModel.vue @@ -575,6 +575,26 @@ + +
+  {{$t('PlatformInformation')}} +
+ + + + {{$t('disassociate')}} + +
@@ -591,7 +611,8 @@