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"
|
v-if="userStats"
|
||||||
:branch="
|
:branch="
|
||||||
userStats.map((v) => ({
|
userStats.map((v) => ({
|
||||||
amount: v.count,
|
count: v.count,
|
||||||
label: $i18n.locale === 'en-US' ? v.nameEN : v.name,
|
label: $i18n.locale === 'en-US' ? v.nameEN : v.name,
|
||||||
}))
|
}))
|
||||||
"
|
"
|
||||||
|
|
@ -357,7 +357,7 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- main -->
|
<!-- main -->
|
||||||
<AppBox bordered style="width: 100%; height: 580px; overflow-y: auto">
|
<AppBox bordered style="width: 100%; height: 70vh; overflow-y: auto">
|
||||||
<PersonCard
|
<PersonCard
|
||||||
:list="
|
:list="
|
||||||
userData?.result.map((v) => ({
|
userData?.result.map((v) => ({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue