This commit is contained in:
2020-11-03 00:35:51 +00:00
parent b6fdd9292e
commit 43a3dcb919

View File

@@ -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";