Commit 7d6f3606 authored by cinwell.li's avatar cinwell.li Committed by baiyaaaaa

DatePicker: fix datetimerange, fixed #1758 (#1766)

parent 6d2f68b2
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<button <button
type="button" type="button"
class="el-picker-panel__btn" class="el-picker-panel__btn"
@click="handleConfirm" @click="handleConfirm()"
:disabled="btnDisabled">{{ t('el.datepicker.confirm') }}</button> :disabled="btnDisabled">{{ t('el.datepicker.confirm') }}</button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment