From cbe9fc9ead99d11ce7057ec6cbcd8d59501abd17 Mon Sep 17 00:00:00 2001
From: huangchengfa <171504222@qq.com>
Date: Sat, 13 Dec 2025 11:04:17 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E5=8D=95=E5=A4=87=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 35 +++++++++++--------
.../warningControl/scoreRanking/index.vue | 8 ++---
2 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 2e2564b..b1e93b8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -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" },
diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue
index eedbc4f..6838fd9 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index.vue
@@ -66,7 +66,7 @@
- 签收
+ 转重点人
@@ -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: "转重点人成功" });