fixing & updated

This commit is contained in:
Warunee Tamkoo 2024-10-03 13:44:56 +07:00
parent 7d4d2e157c
commit c3d2477843
6 changed files with 45 additions and 19 deletions

View file

@ -7,13 +7,7 @@ const modal = defineModel<boolean>("modal", { required: true });
const step = ref<number>(1);
const devices = ref<string>("");
const devicesData = ref<string[]>([
"Generic",
"EMV",
"Smartcard",
"Reader",
"0",
]);
const devicesData = ref<string[]>(["Generic EMV Smartcard Reader0"]);
const devicesOp = ref<string[]>([]);
/** 1.เสียบบัตรประชาชนเข้ากับเครื่องอ่าน*/