This commit is contained in:
@@ -190,6 +190,20 @@
|
|||||||
@input="fieldValueChanged('customerAllowCSROutTags')"
|
@input="fieldValueChanged('customerAllowCSROutTags')"
|
||||||
></gz-tag-picker>
|
></gz-tag-picker>
|
||||||
</v-col>
|
</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">
|
<v-col cols="12">
|
||||||
<div class="text-subtitle-1">
|
<div class="text-subtitle-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user