|
@@ -29,7 +29,7 @@
|
|
:items="!type ? personalItems : enterpriseItems"
|
|
:items="!type ? personalItems : enterpriseItems"
|
|
:headers="headers"
|
|
:headers="headers"
|
|
>
|
|
>
|
|
- <template v-slot:item.equity="{ item }">
|
|
|
|
|
|
+ <template v-slot:[`item.equity`]="{ item }">
|
|
<span class="font-weight-bold font-size-14">{{ item.equity }}</span>
|
|
<span class="font-weight-bold font-size-14">{{ item.equity }}</span>
|
|
</template>
|
|
</template>
|
|
<template #bottom></template>
|
|
<template #bottom></template>
|