case 4006
This commit is contained in:
@@ -58,14 +58,14 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'DateStarted')"
|
||||
v-if="form().showMe(this, 'ProjectDateStarted')"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<gz-date-time-picker
|
||||
:label="$ay.t('DateStarted')"
|
||||
:label="$ay.t('ProjectDateStarted')"
|
||||
v-model="obj.dateStarted"
|
||||
:readonly="formState.readOnly"
|
||||
ref="dateStarted"
|
||||
|
||||
Reference in New Issue
Block a user