This commit is contained in:
2022-03-06 16:08:44 +00:00
parent e731cd107b
commit 426e8d86df
6 changed files with 354 additions and 215 deletions

View File

@@ -173,21 +173,20 @@
></v-text-field>
</v-col>
<!-- <v-col cols="12" sm="6" lg="4" xl="3">
<v-col cols="12" sm="6" lg="4" xl="3">
<span class="text-caption">
{{ $ay.t("UserColor") }}
</span>
<v-color-picker
ref="uiColor"
v-model="obj.uiColor"
:readonly="formState.readOnly"
hide-mode-switch
mode="hexa"
:error-messages="form().serverErrors(this, 'uiColor')"
ref="uiColor"
@input="fieldValueChanged('uiColor')"
></v-color-picker>
</v-col> -->
</v-col>
</v-row>
</v-form>
</v-col>
@@ -216,6 +215,7 @@ export default {
phone2: null,
phone3: null,
mapUrlTemplate: null,
uiColor: "#000000",
languageOverride: null,
timeZoneOverride: null,
currencyName: null,