修改读取身份证

This commit is contained in:
lxd 2025-04-07 11:15:04 +08:00
parent f9bf2491db
commit 5474aaa425

View File

@ -42,12 +42,12 @@ v-loading.fullscreen.lock="fullscreenLoading"
class="!w-200px" class="!w-200px"
/> />
</el-form-item> </el-form-item>
<el-form-item prop="cardId"> <!-- <el-form-item prop="cardId">
<IDCardReader <IDCardReader
v-model:cardId="queryParams.cardId" v-model:cardId="queryParams.cardId"
@success="handleQuery" @success="handleQuery"
/> />
</el-form-item> </el-form-item> -->
<el-form-item label="打印日期" prop="printTimeRange"> <el-form-item label="打印日期" prop="printTimeRange">
<el-date-picker <el-date-picker
v-model="queryParams.printTimeRange" v-model="queryParams.printTimeRange"