forked from verdnatura/salix-front
revert: refs #7134 change
This commit is contained in:
parent
edceac850d
commit
a8e1bdc684
|
@ -9,7 +9,7 @@ const $props = defineProps({
|
||||||
},
|
},
|
||||||
insertable: {
|
insertable: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -79,10 +79,5 @@ function accountShortToStandard() {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<QInput
|
<QInput @keydown="handleKeydown" ref="vnInputRef" v-model="internalValue" />
|
||||||
@keydown="handleKeydown"
|
|
||||||
ref="vnInputRef"
|
|
||||||
v-model="internalValue"
|
|
||||||
:maxlength="10"
|
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue