refactor: value
This commit is contained in:
parent
075e7087fe
commit
5442477e7d
1 changed files with 2 additions and 2 deletions
|
|
@ -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) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue