修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-04 10:42:59 +08:00
parent c12cc42160
commit 0df8425cbd
5 changed files with 101 additions and 52 deletions
@@ -12,7 +12,7 @@
<a-row :gutter='24'>
<a-col :span='24'>
<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" />
<a-date-picker :placeholder="$t('PleaseSelect')+$t('cutoffTime')" @change="onChange" @ok="onOk" />
</span>
</a-col>
</a-row>