mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-13 15:12:10 +08:00
refactor: alt为空导致崩溃
This commit is contained in:
@@ -45,7 +45,7 @@ onMounted(async () => {
|
||||
<template #dot>
|
||||
<div class="relative rounded-full border">
|
||||
<VbenAvatar
|
||||
:alt="item.approveName"
|
||||
:alt="item?.approveName ?? 'unknown'"
|
||||
class="bg-primary size-[36px] rounded-full text-white"
|
||||
src=""
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user