feat: #8612 changed shelving to VnTable & created e2e tests #1432

Merged
provira merged 28 commits from 8612-shelvinge2e into dev 2025-03-05 07:42:35 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ae52fa17e3 - Show all commits

View File

@ -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';
jsegarra marked this conversation as resolved Outdated

🚩

🚩
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')"
/>