@ -926,7 +926,7 @@ const currentComponent = computed(() => {
:with-header="false"
size="100%"
>
<ScanQrCodeInput @update-qrScaning="handleQrScaning" @update-scanResult="handleScanResult"></ScanQrCodeInput>
<ScanQrCodeInput v-if="qrScaning" @update-qrScaning="handleQrScaning" @update-scanResult="handleScanResult"></ScanQrCodeInput>
</el-drawer>
<!-- liwenxuan 二维码扫描录入组件抽屉 20250218 end -->
</template>