This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 3636 v-slot =" props"
3737 cell-class =" is-vcentered"
3838 >
39- <div class =" container image is-48x48 mb-2" >
39+ <div class =" image is-48x48 mb-2" >
4040 <b-image
4141 v-if =" !isLoading"
4242 :src =" props.row.image"
100100 <b-skeleton :active =" isLoading" > </b-skeleton >
101101 </b-table-column >
102102
103- <b-table-column
103+ <!-- < b-table-column
104104 field="weeklyVolume"
105105 label="7d %"
106106 v-slot="props"
109109 cell-class="is-vcentered"
110110 >
111111 <template v-if="!isLoading">
112- <!-- <Money :value="props.row.weeklyVolume" inline /> -->
113112 <div
114113 v-html="
115114 displayVolumePercent(
131130 cell-class="is-vcentered"
132131 >
133132 <template v-if="!isLoading">
134- <!-- <Money :value="props.row.monthlyVolume" inline /> -->
135133 <div
136134 v-html="
137135 displayVolumePercent(
142140 ></div>
143141 </template>
144142 <b-skeleton :active="isLoading"> </b-skeleton>
145- </b-table-column >
143+ </b-table-column> -->
146144
147145 <b-table-column
148146 field =" floorPrice"
184182
185183 <b-table-column
186184 field =" total"
187- : label =" $t('spotlight.total') "
185+ label =" Assets "
188186 v-slot =" props"
189187 sortable
190188 numeric
You can’t perform that action at this time.
0 commit comments