8713-testToMaster #1539
|
@ -142,7 +142,7 @@ onMounted(() => (stateStore.rightDrawer = true));
|
||||||
<template #column-concept="{ row }">
|
<template #column-concept="{ row }">
|
||||||
<span>{{ row.item.name }}</span>
|
<span>{{ row.item.name }}</span>
|
||||||
<span class="color-vn-label q-pl-md">{{ row.item.subName }}</span>
|
<span class="color-vn-label q-pl-md">{{ row.item.subName }}</span>
|
||||||
<FetchedTags :item="row.item" />
|
<FetchedTags :item="row.item" :columns="6" />
|
||||||
</template>
|
</template>
|
||||||
<template #column-volume="{ rowIndex }">
|
<template #column-volume="{ rowIndex }">
|
||||||
<span>{{ packingTypeVolume?.[rowIndex]?.volume }}</span>
|
<span>{{ packingTypeVolume?.[rowIndex]?.volume }}</span>
|
||||||
|
|
Loading…
Reference in New Issue