This commit is contained in:
@@ -252,6 +252,18 @@
|
||||
></gz-tag-picker>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-text-field
|
||||
ref="subject"
|
||||
v-model="obj.subject"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Subject')"
|
||||
:rules="[form().required(this, 'subject')]"
|
||||
:error-messages="form().serverErrors(this, 'subject')"
|
||||
@input="fieldValueChanged('subject')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12">
|
||||
<v-textarea
|
||||
ref="template"
|
||||
@@ -502,7 +514,9 @@ export default {
|
||||
decValue: 0,
|
||||
linkReportId: null,
|
||||
tags: [],
|
||||
customerTags: []
|
||||
customerTags: [],
|
||||
template: null,
|
||||
subject: null
|
||||
},
|
||||
formState: {
|
||||
ready: false,
|
||||
|
||||
Reference in New Issue
Block a user