mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
don't allow clear the value in datetime picker
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<vue-date-picker range inline enable-seconds six-weeks
|
<vue-date-picker range inline enable-seconds six-weeks
|
||||||
auto-apply month-name-format="long"
|
auto-apply month-name-format="long"
|
||||||
class="justify-content-center margin-bottom"
|
class="justify-content-center margin-bottom"
|
||||||
|
:clearable="false"
|
||||||
:dark="isDarkMode"
|
:dark="isDarkMode"
|
||||||
:week-start="firstDayOfWeek"
|
:week-start="firstDayOfWeek"
|
||||||
:year-range="yearRange"
|
:year-range="yearRange"
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<vue-date-picker inline enable-seconds
|
<vue-date-picker inline enable-seconds
|
||||||
auto-apply month-name-format="long"
|
auto-apply month-name-format="long"
|
||||||
class="justify-content-center"
|
class="justify-content-center"
|
||||||
|
:clearable="false"
|
||||||
:dark="isDarkMode"
|
:dark="isDarkMode"
|
||||||
:week-start="firstDayOfWeek"
|
:week-start="firstDayOfWeek"
|
||||||
:year-range="yearRange"
|
:year-range="yearRange"
|
||||||
|
|||||||
Reference in New Issue
Block a user