feat: 调整调整功能和导出名称

This commit is contained in:
2025-12-11 20:44:33 +08:00
parent 10204a0baf
commit 19391cb466
3 changed files with 5 additions and 4 deletions

View File

@ -22,7 +22,7 @@
</el-image>
</div>
<div>
<span class="smallbtn" @click.stop="() => { }">全息档案</span>
<!-- <span class="smallbtn" @click.stop="() => { }">全息档案</span> -->
<span class="smallbtn" @click.stop="pushAssess(item)">全息档案</span>
</div>
</div>

View File

@ -176,7 +176,7 @@ const getList = (val) => {
const assessShow = ref(false)
const dataList = ref()
const pushAssess = (val) => {
return holographicProfileJump(val?.rysfzh) // 全息档案跳转
return holographicProfileJump(val?.yjRysfzh) // 全息档案跳转
// assessShow.value = true;
// dataList.value = val;
}