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

@ -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: "转重点人成功" });