refs #6595 - PR2 - Resolve conflicts #144

Merged
alexm merged 250 commits from hyervoni-branch-PR-2 into dev 2024-01-11 12:22:28 +00:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit 01517c638b - Show all commits

View File

@ -74,6 +74,7 @@ function viewSummary(id) {
<CardList2
v-for="row of rows"
:key="row.id"
:id="row.id"
:title="row.code"
@click="navigate(row.id)"
>
@ -93,16 +94,16 @@ function viewSummary(id) {
<QBtn
:label="t('components.smartCard.openCard')"
@click.stop="navigate(row.id)"
color="primary"
type="submit"
color="white"
outline
type="reset"
/>
<QBtn
:label="t('components.smartCard.openSummary')"
@click.stop="viewSummary(row.id)"
color="primary"
flat
style="margin-top: 15px"
type="reset"
type="submit"
/>
</template>
</CardList2>

View File

@ -5,7 +5,7 @@ export default {
name: 'Shelving',
meta: {
title: 'shelving',
icon: 'vn:trolley'
icon: 'vn:inventory'
},
component: RouterView,
redirect: { name: 'ShelvingMain' },