feat: 解决标颜色文字不显示的问题

This commit is contained in:
2025-12-11 21:18:40 +08:00
parent 403a10a940
commit ac392dd928

View File

@ -72,7 +72,7 @@ import Detail from './components/detail.vue'
import emitter from "@/utils/eventBus.js"; import emitter from "@/utils/eventBus.js";
const searchBox = ref(); const searchBox = ref();
const { proxy } = getCurrentInstance(); const { proxy } = getCurrentInstance();
const { D_GSXT_YJXX_CZZT } = proxy.$dict("D_GSXT_YJXX_CZZT") const { D_GSXT_YJXX_CZZT, D_GS_SSYJ, D_BZ_YJJB } = proxy.$dict("D_GSXT_YJXX_CZZT","D_GS_SSYJ","D_BZ_YJJB");
import { holographicProfileJump } from "@/utils/tools.js" import { holographicProfileJump } from "@/utils/tools.js"
// 搜索配置 // 搜索配置
@ -186,7 +186,7 @@ const handleClick = (row) => {
const assessShow = ref(false) const assessShow = ref(false)
const dataList = ref() const dataList = ref()
const pushAssess = (val) => { const pushAssess = (val) => {
return holographicProfileJump(val?.rysfzh) // 全息档案跳转 return holographicProfileJump(val?.sfzh) // 全息档案跳转
// assessShow.value = true; // assessShow.value = true;
// dataList.value = val; // dataList.value = val;
} }