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

View File

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