diff --git a/src/mycomponents/scan/winCheckFgLabel.vue b/src/mycomponents/scan/winCheckFgLabel.vue index b1bb5606..c23c76f5 100644 --- a/src/mycomponents/scan/winCheckFgLabel.vue +++ b/src/mycomponents/scan/winCheckFgLabel.vue @@ -33,7 +33,7 @@ import { ref, getCurrentInstance, onMounted, nextTick, watch } from 'vue' import winComScan from '@/mycomponents/scan/winComScan.vue' import winComScanCustomerLabel from '@/mycomponents/scan/winComScanCustomerLabel.vue' -import balanceSelect from '@/mycomponents/balance/balanceSelect.vue' +import BalanceSelect from '@/mycomponents/balance/balanceSelect.vue' import { getBalanceByManagementPrecision } from '@/common/balance.js' import { getCustomerItemList } from '@/api/request2.js' diff --git a/src/mycomponents/scan/winComScanBalance.vue b/src/mycomponents/scan/winComScanBalance.vue index 85fc0776..f7228cd3 100644 --- a/src/mycomponents/scan/winComScanBalance.vue +++ b/src/mycomponents/scan/winComScanBalance.vue @@ -27,7 +27,7 @@