This commit is contained in:
2021-06-14 23:59:22 +00:00
parent b2c0833e74
commit cd45b7bd7b

View File

@@ -5,7 +5,7 @@
<v-form ref="form">
<v-row>
<v-col cols="12">
<div class="text-h6">
<div class="text-h4 primary--text">
{{ $ay.t("BusinessSettings") }}
</div>
</v-col>
@@ -124,13 +124,19 @@
@input="fieldValueChanged('workOrderTravelDefaultMinutes')"
></v-text-field>
</v-col>
<v-col cols="12">
<span class="text-h6 mt-5">
<v-col cols="12" sm="6" lg="4" xl="3">
<v-btn to="adm-global-seeds">{{
$ay.t("GlobalNextSeeds")
}}</v-btn></v-col
>
<v-col cols="12" class="mt-8">
<span class="text-h4 primary--text">
{{ $ay.t("UserInterfaceSettings") }}</span
>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-card elevation="0" outlined v-if="formState.ready">
<v-btn to="adm-global-logo">{{ $ay.t("GlobalLogo") }}</v-btn>
<!-- <v-card elevation="0" outlined v-if="formState.ready">
<v-list subheader>
<v-list-item link to="adm-global-logo" data-cy="logo">
<v-list-item-title>{{
@@ -152,11 +158,17 @@
}}</v-list-item-title>
</v-list-item>
</v-list>
</v-card>
</v-card> -->
</v-col>
<v-col cols="12">
<div class="text-h6 mt-5">
<v-col cols="12" sm="6" lg="4" xl="3">
<v-btn to="adm-global-select-templates">{{
$ay.t("PickListTemplates")
}}</v-btn></v-col
>
<v-col cols="12" class="mt-8">
<div class="text-h4 primary--text">
{{ $ay.t("CustomerAccessSettings") }}
</div>
</v-col>