From 8474599390c5d8c544d45cfac7f4861e0a691afa Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 31 Jul 2024 17:57:55 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87794?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/EngineerInitBaseInfo.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue index c742ca8..22f37e2 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue @@ -35,6 +35,16 @@ :pagination="false" :loading="loading"> + + + + {{ text || text === 0 ? text : global.emptyLine }} + {{ text }} + {{ text || text === 0 ? text : global.emptyLine }} + {{ global.emptyLine }} + + + @@ -527,6 +537,15 @@ export default { }) return data }, + // 跳转详情 + detailClick (record) { + this.$openPageNewSheet({ + path: '/standardRegulationLibrary/foreignStandardDetailPage', + query: { + id: record.standardId + } + }) + }, /** * 获取分解单来源下拉 * @param standardId - 标准id