+ {{$t('processBackground')}}:
{{$route.query.processBackground}}
@@ -168,21 +168,24 @@ export default {
title: this.$t('standard'),
align: 'center',
dataIndex: 'serialNumber',
- width: 180,
+ width: 300,
+ ellipsis: true,
scopedSlots: { customRender: 'standard' }
},
{
title: this.$t('title'),
align: 'center',
dataIndex: 'title',
- width: 250,
+ width: 300,
+ ellipsis: true,
scopedSlots: { customRender: 'standard' }
},
{
title: this.$t('status'),
align: 'center',
+ ellipsis: true,
dataIndex: 'state_dicText',
- width: 180
+ width: 120
},
// {
// title: this.$t('category'),
@@ -194,13 +197,14 @@ export default {
align: 'center',
dataIndex: 'technologyTerritory_dicText',
width: 250,
+ ellipsis: true,
scopedSlots: { customRender: 'technicalField' }
},
{
- title: this.$t('RegulatoryProcessEvaluationResults'),
+ title: this.$t('evaluationResults'),
align: 'center',
fixed: 'right',
- width: 300,
+ width: 180,
scopedSlots: { customRender: 'operation' }
}
],
@@ -282,7 +286,8 @@ export default {
// 导出历史
handlecody(e) {
this.drawerVisible = true
- this.titleTag = e.serialNumber + this.$t('ComplianceConfirmationRecord')
+ // e.serialNumber +
+ this.titleTag = this.$t('evaluationResults')
this.paramsManifestId = e.id
this.item = {...e}
},
From 91208e243830384c54657d4c2f81230d3230319b Mon Sep 17 00:00:00 2001
From: sunFlower <787203167@qq.com>
Date: Thu, 22 Sep 2022 11:16:28 +0800
Subject: [PATCH 11/21] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E4=B8=89=E6=9C=9F?=
=?UTF-8?q?=E4=BC=98=E5=8C=96=E7=82=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 4 +
jero-web/src/common/lang/zh-cn.js | 4 +
jero-web/src/components/search/index.vue | 88 ++++++++++++++++---
.../views/regulatoryEarlyWarning/index.vue | 63 ++++++++++---
4 files changed, 133 insertions(+), 26 deletions(-)
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 1547b8510..ee96eeee6 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1301,4 +1301,8 @@ module.exports = {
exportFileName:'Export file name',
initiateSupplementaryProcess:'Initiate supplementary process',
whetherTheDisassemblySheetIncluded:'Whether the disassembly sheet is included',
+ inRecentMonths3:'In recent 3 months',
+ inRecentMonths6:'In recent 6 months',
+ inRecentYear1:'In recent 1 year',
+ inRecentYear2:'In recent 2 year',
}
\ 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 202ac4dda..f3c0d229a 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1402,4 +1402,8 @@ module.exports = {
exportFileName:'导出文件名称',
initiateSupplementaryProcess:'发起补充流程',
whetherTheDisassemblySheetIncluded:'是否含有拆解单',
+ inRecentMonths3:'近3个月内',
+ inRecentMonths6:'近6个月内',
+ inRecentYear1:'近1年内',
+ inRecentYear2:'近2年内',
}
\ No newline at end of file
diff --git a/jero-web/src/components/search/index.vue b/jero-web/src/components/search/index.vue
index 6184eda9e..4bf3a540b 100644
--- a/jero-web/src/components/search/index.vue
+++ b/jero-web/src/components/search/index.vue
@@ -67,6 +67,24 @@
:type="'select'"
:triggerChange="false" :dictCode="item.dict_field"/>
+
+
+ {{item.db_field_txt}}
+
+
+
+
+ {{ item.name }}
+
+
+
+