This commit is contained in:
2020-12-22 17:40:24 +00:00
parent ee23416f28
commit e1cec90711

View File

@@ -91,7 +91,6 @@
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-date-time-picker
:label="$ay.t('ReviewCompletedDate')"
:rules="[form().datePrecedence(this, 'dueDate', 'completedDate')]"
:error-messages="form().serverErrors(this, 'completedDate')"
v-model="obj.completedDate"
:readonly="formState.readOnly"