This commit is contained in:
@@ -65,7 +65,19 @@
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="showDecValue" cols="12" sm="6" lg="4" xl="3">
|
||||
todo: decValue here for "The Andy"
|
||||
<gz-decimal
|
||||
v-model="obj.decValue"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Total')"
|
||||
ref="decValue"
|
||||
data-cy="decValue"
|
||||
:rules="[
|
||||
form().decimalValid(this, 'decValue'),
|
||||
form().required(this, 'decValue')
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'decValue')"
|
||||
@input="fieldValueChanged('decValue')"
|
||||
></gz-decimal>
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="showAgeValue" cols="12" sm="6" lg="4" xl="3">
|
||||
@@ -740,7 +752,8 @@ async function fetchTranslatedText(vm) {
|
||||
"tags",
|
||||
"Duration",
|
||||
"TaggedWith",
|
||||
"WorkOrderStatus"
|
||||
"WorkOrderStatus",
|
||||
"Total"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user