This commit is contained in:
@@ -10,7 +10,10 @@
|
|||||||
<div class="ml-4 mt-1">
|
<div class="ml-4 mt-1">
|
||||||
<template v-for="(item, i) in obj"
|
<template v-for="(item, i) in obj"
|
||||||
><span :key="i"
|
><span :key="i"
|
||||||
>{{ localizedCurrency(item[1].v) }} - {{ item[0].v }} <br /></span
|
>{{ localizedCurrency(item[1].v)
|
||||||
|
}}<span class="ml-2"
|
||||||
|
><a :href="'/widgets/' + item[0].i"> {{ item[0].v }}</a>
|
||||||
|
<br /></span></span
|
||||||
></template>
|
></template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -18,7 +21,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
|
javascript:
|
||||||
|
|
||||||
*/
|
*/
|
||||||
import GzDash from "../components/dash-base.vue";
|
import GzDash from "../components/dash-base.vue";
|
||||||
|
|||||||
Reference in New Issue
Block a user