This commit is contained in:
2019-05-27 20:19:25 +00:00
parent 7202800ece
commit eaae264f83
2 changed files with 8 additions and 5 deletions

View File

@@ -22,9 +22,12 @@
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("User") }}:</span>
<span class="body-2"
>{{ clientInfo.userName }}{{ this.$store.state.userName }}</span
>
<span class="body-2">{{ this.$store.state.userName }}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span>
<span class="body-2">{{ this.$gzlocale.timeZoneOffset }}</span>
</div>
<v-divider class="mt-4"></v-divider>
@@ -178,7 +181,8 @@ export default {
"LicensedOptions",
"Log",
"User",
"Browser"
"Browser",
"UserTimeZoneOffset"
])
.then(function() {
vm.formState.ready = true;