diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
index 086136d41..99fc80b6a 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
@@ -4,17 +4,18 @@
- 车型《{{localProEO.projectName}}》 详情
+ 车型《{{ localProEO.projectName }}》 详情
- 产品平台: {{ localProEO.projectPlatfor}}
+ 产品平台: {{ localProEO.projectPlatfor }}
项目编号: {{ localProEO.projectNumber }}
项目名称: {{ localProEO.projectName }}
- 项目分类:{{ localProEO.projectClassification }}
+ 项目分类:{{ localProEO.projectClassification }}
+
项目状态: {{ localProEO.projectStatus }}
@@ -24,20 +25,24 @@
项目经理: {{ localProEO.projectManager }}
- 项目计划开始时间: {{ $moment(localProEO.projectStartDate).format('YYYY-MM-DD')}}
- 项目计划完成时间: {{ $moment(localProEO.projectEndDate).format('YYYY-MM-DD') }}
+ 项目计划开始时间: {{ $moment(localProEO.projectStartDate).format('YYYY-MM-DD') }}
+ 项目计划完成时间: {{ $moment(localProEO.projectEndDate).format('YYYY-MM-DD') }}
调取
- 批量删除
+ 批量删除
+
导出
+ >导出
+
@@ -65,7 +70,10 @@
width="260px"
>
- {{ scope.row.standSort+ ' ' + scope.row.standNumber + '-' + scope.row.standYear}}
+ {{
+ scope.row.standSort + ' ' + scope.row.standNumber + '-' + scope.row.standYear
+ }}
- {{ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '-' }}
+ {{
+ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '-'
+ }}
- {{scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-' }}
+ {{
+ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-'
+ }}
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-' }}
+ {{
+ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-'
+ }}
- {{zrbmMap[scope.row.zrbm]}}
+ {{ zrbmMap[scope.row.zrbm] }}
@@ -171,7 +185,8 @@
- {{ opt.label }}
+ {{ opt.label }}
@@ -183,15 +198,17 @@
查询
+ @click="search">查询
+
清空
+ class="common-button-default"
+ size="mini"
+ @click="clearSearch">清空
+
@@ -218,7 +235,8 @@
label="标准号">
{{ scope.row.standSortShow }} {{ scope.row.standNumber
+ @click="handlePreview(scope.row)">{{ scope.row.standSortShow }} {{
+ scope.row.standNumber
}}-{{ scope.row.standYear }}
{{ scope.row.standSortShow }}
{{ scope.row.standNumber }}
@@ -238,7 +256,9 @@
label="新车型实施日期">
- {{scope.row.attrInfoCaseMap.xcxssrq ? $moment(scope.row.attrInfoCaseMap.xcxssrq).format('YYYY-MM-DD') : '-'}}
+ {{
+ scope.row.attrInfoCaseMap.xcxssrq ? $moment(scope.row.attrInfoCaseMap.xcxssrq).format('YYYY-MM-DD') : '-'
+ }}
@@ -248,7 +268,9 @@
label="在产车实施日期">
- {{scope.row.attrInfoCaseMap.zccssrq ? $moment(scope.row.attrInfoCaseMap.zccssrq).format('YYYY-MM-DD') : '-'}}
+ {{
+ scope.row.attrInfoCaseMap.zccssrq ? $moment(scope.row.attrInfoCaseMap.zccssrq).format('YYYY-MM-DD') : '-'
+ }}
@@ -258,7 +280,7 @@
label="文本状态">
- {{textStatusMap[scope.row.textStatus]}}
+ {{ textStatusMap[scope.row.textStatus] }}
@@ -285,22 +307,24 @@
导出
+ @click="exportTestItem">导出
+
取消