修改预警信息,改完kafka获取,修复用户登录认证问题

This commit is contained in:
huxin02 2025-07-25 19:03:09 +08:00
parent b8a3cbfeff
commit 3ff0b9fc93
4 changed files with 3 additions and 10 deletions

View File

@ -769,7 +769,7 @@ const baseRoutes = [
}, },
{ {
path: 'zfsjzbb', path: 'zfsjzbb',
=
component: () => import('@views/dtsjygl/zfsjzbb.vue'), component: () => import('@views/dtsjygl/zfsjzbb.vue'),
meta: { meta: {
title: '执法数据周报表' title: '执法数据周报表'

View File

@ -232,8 +232,7 @@ function caseEventClick(row, column, cell, event) {
tag.value = 'laslzbb' tag.value = 'laslzbb'
let query = Object.assign(queryParams.value, {industryType: row.industry_type, statisticDate: row.tjsjd}) let query = Object.assign(queryParams.value, {industryType: row.industry_type, statisticDate: row.tjsjd})
dialogConfig2.value.data = query dialogConfig2.value.data = query
dialogConfig2.value.show = true
dialogConfig2.value.mode = 'detail'
dialogConfig2.value.title = '立案数量详情' dialogConfig2.value.title = '立案数量详情'
} }
if ((colProp === "wfxwsl" && row[colProp] > 0) || (colProp === "yasfs" && row[colProp] > 0) || (colProp === "fkze" && row[colProp] > 0) || (colProp === "cfqy" && row[colProp] > 0) if ((colProp === "wfxwsl" && row[colProp] > 0) || (colProp === "yasfs" && row[colProp] > 0) || (colProp === "fkze" && row[colProp] > 0) || (colProp === "cfqy" && row[colProp] > 0)

View File

@ -48,9 +48,7 @@
<el-table-column label="立案日期" prop="fillingDate" min-width="150"></el-table-column> <el-table-column label="立案日期" prop="fillingDate" min-width="150"></el-table-column>
<el-table-column label="承办人" prop="caseHandler" min-width="150"></el-table-column> <el-table-column label="承办人" prop="caseHandler" min-width="150"></el-table-column>
<el-table-column label="结案日期" prop="caseClosingDate" min-width="150"></el-table-column> <el-table-column label="结案日期" prop="caseClosingDate" min-width="150"></el-table-column>
<template #tableControlColumn="{ data: r }"> ata.row.downUrl" type="primary" @click="downloadFile(r.data.row)" title="下载案卷">案卷制作</el-link>-->
<el-link type="primary" @click="handleDetail(r.data.row)" title="转交">导出案卷</el-link>&nbsp;&nbsp;
<!-- <el-link v-if="r.data.row.downUrl" type="primary" @click="downloadFile(r.data.row)" title="下载案卷">案卷制作</el-link>-->
</template> </template>
<template #dialogContent="{ dialogConfig: dialog }"> <template #dialogContent="{ dialogConfig: dialog }">
<document-list :dialogConfig="dialog.data" :documents="dialog.documents"></document-list> <document-list :dialogConfig="dialog.data" :documents="dialog.documents"></document-list>

View File

@ -37,10 +37,6 @@ public class StatisticController {
* @param * @param
* @return 执法周报表统计 * @return 执法周报表统计
*/ */
@GetMapping("/statisticByWeekForm")
public Result<List> statisticByWeekForm(CaseQuery query, @CurrentUser RemoteUserInfo user) {
return Ok.of(statisticService.statisticByWeekForm(query,user));
}
/** /**
* 执法周报表统计查看監管企业数详情 * 执法周报表统计查看監管企业数详情