diff --git a/client/src/router/index.js b/client/src/router/index.js index e68a068..41177e7 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -769,7 +769,7 @@ const baseRoutes = [ }, { path: 'zfsjzbb', - name: '_zfsjzbb', + component: () => import('@views/dtsjygl/zfsjzbb.vue'), meta: { title: '执法数据周报表' diff --git a/client/src/views/dtsjygl/zfsjzbb.vue b/client/src/views/dtsjygl/zfsjzbb.vue index 735106c..ecbbe42 100644 --- a/client/src/views/dtsjygl/zfsjzbb.vue +++ b/client/src/views/dtsjygl/zfsjzbb.vue @@ -243,7 +243,9 @@ function caseEventClick(row, column, cell, event) { || (colProp === "tbrs" && row[colProp] > 0) || (colProp === "tczds" && row[colProp] > 0)) { let query = Object.assign(queryParams.value, {industryType: row.industry_type, statisticDate: row.tjsjd}) dialogConfig3.value.data = query - + dialogConfig3.value.show = true + dialogConfig3.value.mode = 'detail' + dialogConfig3.value.title = '填报详情' } } diff --git a/client/src/views/xzzfgl/caseList.vue b/client/src/views/xzzfgl/caseList.vue index 00abfa4..0fbce09 100644 --- a/client/src/views/xzzfgl/caseList.vue +++ b/client/src/views/xzzfgl/caseList.vue @@ -60,8 +60,7 @@