fix: refs #8612 changed QCheckbox for VnCheckbox
This commit is contained in:
parent
4ff6971a07
commit
ae52fa17e3
|
@ -9,7 +9,7 @@ import ShelvingSummary from './Card/ShelvingSummary.vue';
|
|||
import { useSummaryDialog } from 'src/composables/useSummaryDialog';
|
||||
import exprBuilder from './ShelvingExprBuilder.js';
|
||||
import VnSelect from 'src/components/common/VnSelect.vue';
|
||||
import { QCheckbox } from 'quasar';
|
||||
import VnCheckbox from 'src/components/common/VnCheckbox.vue';
|
||||
|
||||
const { t } = useI18n();
|
||||
const router = useRouter();
|
||||
|
@ -118,7 +118,7 @@ const onDataSaved = ({ id }) => {
|
|||
:filter-options="['id', 'code']"
|
||||
:fields="['id', 'code']"
|
||||
/>
|
||||
<QCheckbox
|
||||
<VnCheckbox
|
||||
v-model="data.isRecyclable"
|
||||
:label="t('shelving.summary.recyclable')"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue