|
@@ -197,6 +197,7 @@
|
|
|
separator="-"
|
|
separator="-"
|
|
|
:num-inputs="4"
|
|
:num-inputs="4"
|
|
|
:should-auto-focus="true"
|
|
:should-auto-focus="true"
|
|
|
|
|
+ :should-focus-order="true"
|
|
|
:class="{ disabled: isRoomEnd }"
|
|
:class="{ disabled: isRoomEnd }"
|
|
|
:conditionalClass="['one', 'two', 'three', 'four']"
|
|
:conditionalClass="['one', 'two', 'three', 'four']"
|
|
|
:placeholder="['-', '-', '-', '-']"
|
|
:placeholder="['-', '-', '-', '-']"
|
|
@@ -418,6 +419,9 @@ export default defineComponent({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
watchEffect(async () => {
|
|
watchEffect(async () => {
|
|
|
|
|
+ if(typeof current.head === 'undefined'){
|
|
|
|
|
+ current.head = ''
|
|
|
|
|
+ }
|
|
|
if (current.useTimeList?.length) {
|
|
if (current.useTimeList?.length) {
|
|
|
// debugger
|
|
// debugger
|
|
|
current.useTimeList = current.useTimeList
|
|
current.useTimeList = current.useTimeList
|