diff --git a/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue b/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue index f7aa5e4d..f098eb61 100644 --- a/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue +++ b/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue @@ -51,6 +51,7 @@ :maxLength="500" type="textarea" :disabled="disabledProcessInfo" + :rows="4" v-decorator="['processDescription']" /> @@ -126,6 +127,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" type="textarea" + :rows="4" v-decorator="['handleText', validatorRules.handleText]" /> diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index 0efb5c44..9311b39f 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -86,6 +86,7 @@ :maxLength="500" type="textarea" :disabled="processInfoDisabled" + :rows="4" v-decorator="['processDescription']" /> @@ -268,6 +269,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" type="textarea" + :rows="4" v-decorator="['handleText', validatorRules.handleText]" /> diff --git a/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue b/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue index 236581cb..419bad0f 100644 --- a/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue +++ b/src/views/workCenter/standardComplianceProcess/StandardComplianceProcess.vue @@ -51,6 +51,7 @@ :maxLength="500" type="textarea" :disabled="!isInitial" + :rows="4" v-decorator="['processDescription']" /> @@ -111,6 +112,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" type="textarea" + :rows="4" v-decorator="['handleText', validatorRules.handleText]" /> diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue index f60d769c..7b192cc3 100644 --- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue @@ -51,6 +51,7 @@ :maxLength="500" type="textarea" :disabled="processInfoDisabled" + :rows="4" v-decorator="['processDescription']" /> @@ -247,6 +248,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" type="textarea" + :rows="4" v-decorator="['handleText', validatorRules.handleText]" /> diff --git a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue index 2e5d1a11..9d1c79d2 100644 --- a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue +++ b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -50,6 +50,7 @@ :maxLength="500" type="textarea" :disabled="disabled" + :rows="4" v-decorator="['processDescription']" /> @@ -284,6 +285,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" type="textarea" + :rows="4" v-decorator="['handleText', validatorRules.handleText]" /> diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index a369827f..84d69b79 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -51,6 +51,7 @@ :maxLength="500" type="textarea" :disabled="processInfoDisabled" + :rows="4" v-decorator="['processDescription']" /> @@ -95,6 +96,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" type="textarea" + :rows="4" v-decorator="['handleText', validatorRules.handleText]" />