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