This commit is contained in:
zhaomeijing
2022-06-20 12:03:40 +08:00
parent 134cf21339
commit 03943ff6ee
3 changed files with 23 additions and 14 deletions
@@ -11,9 +11,9 @@
>
<a-row :gutter='24'>
<a-col :span='24'>
<a-form-model-item ref='paramsTemplateName' :label="$t('checkTheDeadline')" prop='paramsTemplateName'>
<a-date-picker show-time :placeholder="$t('PleaseSelect')+$t('cutoffTime')" @change="onChange" @ok="onOk" />
</a-form-model-item>
<span style='display: flex;justify-content: center;margin-bottom: 20px;'> <span style='margin-top: 6px;margin-right: 7px'>{{$t('cutoffTime')}}</span>
<a-date-picker show-time :placeholder="$t('PleaseSelect')+$t('cutoffTime')" @change="onChange" @ok="onOk" />
</span>
</a-col>
</a-row>
</a-form-model>