diff --git a/src/components/IDCardReader.vue b/src/components/IDCardReader.vue new file mode 100644 index 0000000..28caaee --- /dev/null +++ b/src/components/IDCardReader.vue @@ -0,0 +1,347 @@ + + + + 读取身份证 + + + + + + 连接读卡器 + + 正在连接读卡器... + + + + + + 姓名:{{ cardInfo.name }} + 性别:{{ cardInfo.gender }} + 民族:{{ cardInfo.nation }} + 出生日期:{{ cardInfo.birthday }} + 地址:{{ cardInfo.address }} + + + + + 公民身份号码 + {{ cardInfo.idNumber }} + + + + + + + + + + + + 关 闭 + + 重新读取 + + + 断开连接 + + + + + + + + + + \ No newline at end of file diff --git a/src/views/Inspection-checklist/Inspection-checklist.vue b/src/views/Inspection-checklist/Inspection-checklist.vue index 327a956..4df6c02 100644 --- a/src/views/Inspection-checklist/Inspection-checklist.vue +++ b/src/views/Inspection-checklist/Inspection-checklist.vue @@ -42,6 +42,12 @@ v-loading.fullscreen.lock="fullscreenLoading" class="!w-200px" /> + + +
姓名:{{ cardInfo.name }}
性别:{{ cardInfo.gender }}
民族:{{ cardInfo.nation }}
出生日期:{{ cardInfo.birthday }}
地址:{{ cardInfo.address }}
公民身份号码
{{ cardInfo.idNumber }}