This commit is contained in:
2021-06-15 20:03:57 +00:00
parent 64bd0d85b6
commit 292b8480c1

View File

@@ -190,6 +190,20 @@
@input="fieldValueChanged('customerAllowCSROutTags')"
></gz-tag-picker>
</v-col>
<v-col cols="12">
<v-textarea
v-model="obj.customerServiceRequestInfoHTML"
:readonly="formState.readOnly"
:label="$ay.t('CSRInfoHTML')"
:error-messages="
form().serverErrors(this, 'customerServiceRequestInfoHTML')
"
ref="customerServiceRequestInfoHTML"
data-cy="customerServiceRequestInfoHTML"
@input="fieldValueChanged('customerServiceRequestInfoHTML')"
auto-grow
></v-textarea>
</v-col>
<!-- ######################################################## -->
<v-col cols="12">
<div class="text-subtitle-1">