Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH

This commit is contained in:
wangzhijiang
2023-04-18 15:16:44 +08:00
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1724,7 +1724,7 @@ module.exports = {
cantTransferToYourself:"Can't transfer to yourself", cantTransferToYourself:"Can't transfer to yourself",
theDataYouInitiate:'The data you selected does not meet the process initiation criteria. Please recheck and initiate', theDataYouInitiate:'The data you selected does not meet the process initiation criteria. Please recheck and initiate',
dataWithProcessReleasedCannotBeReset:'Data with a process status of list to be released cannot be reset', dataWithProcessReleasedCannotBeReset:'Data with a process status of list to be released cannot be reset',
reasonForReturnOfDesignCompliance:'Reason for compliance return', reasonForReturnOfDesignCompliance:'Reason for the return by the regulation engineer',
noteone:'Note: CSV format is supported. The value is within 20M and the number is 1 to 10', noteone:'Note: CSV format is supported. The value is within 20M and the number is 1 to 10',
notetwo:'\n1. Provide the modified or expanded batch of "Announcement" and supporting materials;\n2. Verification materials shall be submitted to ensure that products meet the relevant requirements of national laws and regulations, technologies, standards and technical specifications;\n', notetwo:'\n1. Provide the modified or expanded batch of "Announcement" and supporting materials;\n2. Verification materials shall be submitted to ensure that products meet the relevant requirements of national laws and regulations, technologies, standards and technical specifications;\n',
notethree:'Provide supporting materials', notethree:'Provide supporting materials',
+1 -1
View File
@@ -1827,7 +1827,7 @@ module.exports = {
notecsv: '注:支持CSV格式,大小20M以内', notecsv: '注:支持CSV格式,大小20M以内',
theDataYouInitiate: '您所选的数据,均不符合流程发起条件,请重新检查后发起', theDataYouInitiate: '您所选的数据,均不符合流程发起条件,请重新检查后发起',
dataWithProcessReleasedCannotBeReset: '流程状态为清单待发布的数据不能被重置', dataWithProcessReleasedCannotBeReset: '流程状态为清单待发布的数据不能被重置',
reasonForReturnOfDesignCompliance: '符合性退回原因', reasonForReturnOfDesignCompliance: '法规工程师退回原因',
notetwo: '\n1、提供变更或扩展后的《公告》批次及证明材料;\n2、应提交验证材料,保障产品符合国家法律法规、技术、标准及技术规范等相关要求;\n', notetwo: '\n1、提供变更或扩展后的《公告》批次及证明材料;\n2、应提交验证材料,保障产品符合国家法律法规、技术、标准及技术规范等相关要求;\n',
notethree: '\n提供证明材料\n', notethree: '\n提供证明材料\n',
verifyComplianceConfirmReturnReason: '验证符合性确认退回原因', verifyComplianceConfirmReturnReason: '验证符合性确认退回原因',
@@ -680,6 +680,7 @@
align: 'left', align: 'left',
dataIndex: 'wvtaId', dataIndex: 'wvtaId',
width: 120, width: 120,
sorter: true,
ellipsis: true ellipsis: true
}, },
{ {
@@ -696,6 +697,7 @@
align: 'left', align: 'left',
dataIndex: 'dutyTerritoryName', dataIndex: 'dutyTerritoryName',
width: 120, width: 120,
sorter: true,
ellipsis: true ellipsis: true
}, },
{ {
@@ -703,6 +705,7 @@
align: 'left', align: 'left',
dataIndex: 'sdtName', dataIndex: 'sdtName',
width: 120, width: 120,
sorter: true,
ellipsis: true ellipsis: true
}, },
{ {
@@ -710,6 +713,7 @@
align: 'left', align: 'left',
dataIndex: 'dutyPersonName', dataIndex: 'dutyPersonName',
width: 120, width: 120,
sorter: true,
ellipsis: true ellipsis: true
}, },
{ {
@@ -780,6 +784,7 @@
title: this.$t('CertificationProgress'), title: this.$t('CertificationProgress'),
align: 'left', align: 'left',
dataIndex: 'certificationProgress', dataIndex: 'certificationProgress',
sorter: true,
width: localStorage.getItem('language') == 'zh-cn' ? 180 : 200, width: localStorage.getItem('language') == 'zh-cn' ? 180 : 200,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'CertificationProgress' } scopedSlots: { customRender: 'CertificationProgress' }