From 45c3372a31dd3f3c8e09e087509011ee985a52d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 3 Mar 2023 17:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 + jero-web/src/common/lang/zh-cn.js | 2 + .../certificationList/components/addModel.vue | 399 ++++++++---------- .../components/certificationList/index.vue | 30 +- 4 files changed, 197 insertions(+), 236 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index a773e0f2f..2253642ca 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1392,4 +1392,6 @@ module.exports = { reportNo:'Report No', productModel:'Product Model', nameOfManufacturer:'Name Of Manufacturer', + regulationNo:'Regulation No', + itemInformation:'Item 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 5501d53b0..87d5c0993 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1493,4 +1493,6 @@ module.exports = { reportNo:'报告编号', productModel:'产品型号', nameOfManufacturer:'生产企业名称', + regulationNo:'法规编号', + itemInformation:'条目信息', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue index 879f2e479..c755d0570 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue @@ -16,12 +16,11 @@