change action to st-actions
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
f85665b271
commit
62bf968b0b
|
@ -202,12 +202,9 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
<template v-if="stateStore.isHeaderMounted()">
|
<template v-if="stateStore.isHeaderMounted()">
|
||||||
<Teleport to="#st-data">
|
<Teleport to="#st-data">
|
||||||
<div class="q-py-sm flex items-center">
|
<div class="q-pa-md q-mr-lg q-ma-xs" style="border: 2px solid #222">
|
||||||
<div class="q-pa-md q-mr-lg" style="border: 2px solid #222">
|
|
||||||
<QCardSection horizontal>
|
<QCardSection horizontal>
|
||||||
<span
|
<span class="text-weight-bold text-subtitle1 text-center full-width">
|
||||||
class="text-weight-bold text-subtitle1 text-center full-width"
|
|
||||||
>
|
|
||||||
{{ t('shelvings.total') }}
|
{{ t('shelvings.total') }}
|
||||||
</span>
|
</span>
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
|
@ -220,6 +217,8 @@ onMounted(async () => {
|
||||||
</div></QCardSection
|
</div></QCardSection
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
</Teleport>
|
||||||
|
<Teleport to="#st-actions">
|
||||||
<QBtn
|
<QBtn
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="delete"
|
icon="delete"
|
||||||
|
@ -236,7 +235,6 @@ onMounted(async () => {
|
||||||
{{ t('shelvings.removeLines') }}
|
{{ t('shelvings.removeLines') }}
|
||||||
</QTooltip>
|
</QTooltip>
|
||||||
</QBtn>
|
</QBtn>
|
||||||
</div>
|
|
||||||
</Teleport>
|
</Teleport>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue