This commit is contained in:
2019-05-28 23:52:12 +00:00
parent cddbf99177
commit 9b3dc8169c
4 changed files with 50 additions and 31 deletions

View File

@@ -26,37 +26,53 @@
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span
>
<span class="body-2">{{ this.$gzlocale.timeZoneOffset }}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("DecimalSeparator") }}:</span>
<span class="body-2">{{ this.$gzlocale.formats.DecimalSeparator }}</span>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("DecimalSeparator") }}:</span
>
<span class="body-2">{{
this.$gzlocale.formats.DecimalSeparator
}}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("CurrencySymbol") }}:</span>
<span class="body-2">{{ this.$gzlocale.formats.currencySymbol }}</span>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("CurrencySymbol") }}:</span
>
<span class="body-2">{{
this.$gzlocale.formats.currencySymbol
}}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortDateFormat") }}:</span>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ShortDateFormat") }}:</span
>
<span class="body-2">{{ this.$gzlocale.formats.shortDate }}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortTimeFormat") }}:</span>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ShortTimeFormat") }}:</span
>
<span class="body-2">{{ this.$gzlocale.formats.shortTime }}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span>
<span class="body-2">{{ this.$gzlocale.formats.shortDateAndTime }}</span>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span
>
<span class="body-2">{{
this.$gzlocale.formats.shortDateAndTime
}}</span>
</div>
<v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("Browser") }}</v-subheader>
<div v-for="(value, name) in clientInfo.browser" :key="name">

View File

@@ -140,7 +140,7 @@
<v-layout align-left justify-center row wrap mt-5>
<v-flex xs6 sm4>
endate: {{ obj.endDate }}
endate: {{ obj.endDate }}
<br />
<!-- READY: {{ formState.ready }}
<br />