เพิ่ม @keyup.enter ตอนกด เพิ่ม แก้ไข

This commit is contained in:
Net 2024-02-16 16:21:19 +07:00
parent 1f8e5d394c
commit efe7ab6b78

View file

@ -58,6 +58,13 @@ function checkStatus(status: string) {
lazy-rules
borderless
v-model="input"
@keyup.enter="
() => {
controlAction(prop.category, prop.status, input);
input = '';
open = false;
}
"
/>
</div>
</q-card-section>