fixing & updated
This commit is contained in:
parent
7d4d2e157c
commit
c3d2477843
6 changed files with 45 additions and 19 deletions
|
|
@ -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.เสียบบัตรประชาชนเข้ากับเครื่องอ่าน*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue