case 4006

This commit is contained in:
2021-10-15 00:22:49 +00:00
parent b7f5f4c781
commit ad0230ae64
2 changed files with 5 additions and 4 deletions

View File

@@ -794,3 +794,4 @@ BUILD 134 CHANGES OF NOTE
- case 4003 - case 4003
- case 3999 - case 3999
- case 4002 partly a fix, partly can't reproduce, see notes - case 4002 partly a fix, partly can't reproduce, see notes
- case 4004

View File

@@ -58,14 +58,14 @@
</v-col> </v-col>
<v-col <v-col
v-if="form().showMe(this, 'DateStarted')" v-if="form().showMe(this, 'ProjectDateStarted')"
cols="12" cols="12"
sm="6" sm="6"
lg="4" lg="4"
xl="3" xl="3"
> >
<gz-date-time-picker <gz-date-time-picker
:label="$ay.t('DateStarted')" :label="$ay.t('ProjectDateStarted')"
v-model="obj.dateStarted" v-model="obj.dateStarted"
:readonly="formState.readOnly" :readonly="formState.readOnly"
ref="dateStarted" ref="dateStarted"