Browse Source

修改单行文本扫描录入bug

lwx_v8
liwenxuan 9 months ago
parent
commit
b48ca4dd73
  1. 2
      src/components/lowCode/formItem.vue

2
src/components/lowCode/formItem.vue

@ -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>

Loading…
Cancel
Save