refactor: value

This commit is contained in:
Methapon-Frappet 2024-04-16 18:34:01 +07:00
parent 075e7087fe
commit 5442477e7d

View file

@ -345,7 +345,7 @@ watch(
v-if="userStats"
:branch="
userStats.map((v) => ({
amount: v.count,
count: v.count,
label: $i18n.locale === 'en-US' ? v.nameEN : v.name,
}))
"
@ -357,7 +357,7 @@ watch(
</div>
<!-- main -->
<AppBox bordered style="width: 100%; height: 580px; overflow-y: auto">
<AppBox bordered style="width: 100%; height: 70vh; overflow-y: auto">
<PersonCard
:list="
userData?.result.map((v) => ({