feat: 菜单备用

This commit is contained in:
2025-12-13 11:04:17 +08:00
parent e26bacab0a
commit cbe9fc9ead
2 changed files with 25 additions and 18 deletions

View File

@ -252,12 +252,12 @@ export const publicRoutes = [
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/centerHome/index"),
// meta: { title: "预警中心大屏", icon: "article" },
// },
// {
// path: "/warningBk",
// name: "warningBk",
// meta: { title: "布控预警", icon: "article" },
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/warningBk/index"),
// },
{
path: "/warningBk",
name: "warningBk",
meta: { title: "布控预警", icon: "article" },
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/warningBk/index"),
},
{
path: "/identityWarning",
@ -277,16 +277,17 @@ export const publicRoutes = [
name: "combinedWarning",
meta: { title: "组合预警", icon: "article" },
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/index"),
}, {
path: "/warningList",
name: "warningList",
component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/index"),
meta: {
title: "布控预警",
icon: "article"
}
},
// {
// path: "/warningList",
// name: "warningList",
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/index"),
// meta: {
// title: "布控预警",
// icon: "article"
// }
// },
// {
// path: "/portraitWarning",
// name: "portraitWarning",
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/index"),
@ -312,6 +313,12 @@ export const publicRoutes = [
component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/fouColorWarning/index"),
},
// {
// path: "/scoreRanking",
// name: "scoreRanking",
// meta: { title: "积分排名", icon: "article" },
// component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index"),
// },
// {
// path: "/modelWarning",
// name: "modelWarning",
// meta: { title: "模型预警", icon: "article" },

View File

@ -66,7 +66,7 @@
<DictTag :value="row.hplx" :options="D_BZ_HPZL" />
</template>
<template #controls="{ row }">
<el-link type="success" @click="handleQsFk(row, '签收')" v-if="row.czzt == '01'">签收</el-link>
<el-link type="success" @click="handleToImportantMan(row)">转重点人</el-link>
<!-- <el-link type="primary" @click="openAddFrom(row)">详情</el-link> -->
</template>
</MyTable>
@ -102,7 +102,7 @@ import { holographicProfileJump } from "@/utils/tools.js"
const { proxy } = getCurrentInstance();
const searchBox = ref();
const { D_BZ_YJLX, D_BZ_HPZL, D_GS_SSYJ, D_GS_ZDQT_YJLB } = proxy.$dict("D_BZ_YJLX", "D_BZ_HPZL", "D_GS_SSYJ", "D_GS_ZDQT_YJLB")
const { D_BZ_YJLX, D_BZ_HPZL, D_BZ_YJJB, D_GS_ZDQT_YJLB } = proxy.$dict("D_BZ_YJLX", "D_BZ_HPZL", "D_BZ_YJJB", "D_GS_ZDQT_YJLB")
// 搜索配置
const searchConfiger = ref([
{ label: "姓名", prop: 'ryxm', placeholder: "请输入姓名", showType: "input" },
@ -143,7 +143,7 @@ const pageData = reactive({
{ label: "预警级别", prop: "yjjb", showSolt: true, showOverflowTooltip: true },
{ label: "预警类型", prop: "yjlb", showSolt: true },
// { label: "身份次数", prop: "sfcs", showSlot: true },
{ label: "身份分值", prop: "sffz", showSolt: true },
{ label: "身份分值", prop: "sffz" },
{ label: "预警内容", prop: "yjnr", showOverflowTooltip: true },
]
});
@ -191,7 +191,7 @@ const getList = (val) => {
}
// 处理签收
const handleQsFk = (val, type) => {
const handleToImportantMan = (val, type) => {
proxy.$confirm("是否确定转重点人?", "警告", { type: "warning" }).then(() => {
// qcckPost({ id: val.id }, "/mosty-gsxt/jfpm/yjqs").then(() => {
// proxy.$message({ type: "success", message: "转重点人成功" });