This commit is contained in:
@@ -237,11 +237,22 @@
|
|||||||
:item-class="poItemsRowClasses"
|
:item-class="poItemsRowClasses"
|
||||||
>
|
>
|
||||||
<template v-slot:top>
|
<template v-slot:top>
|
||||||
<span class="title">{{ $ay.t("PurchaseOrderItemList") }}</span>
|
<div class="mb-4 ml-4">
|
||||||
|
<span class="title">{{
|
||||||
|
$ay.t("PurchaseOrderItemList")
|
||||||
|
}}</span>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:[`item.actions`]="{ item }">
|
<template v-slot:[`item.actions`]="{ item }">
|
||||||
<v-btn icon @click="editItem(item)">
|
<v-btn icon @click="editItem(item)">
|
||||||
<v-icon>
|
<v-icon
|
||||||
|
large
|
||||||
|
v-if="$vuetify.breakpoint.xs"
|
||||||
|
:color="poItemsRowClasses(item)"
|
||||||
|
>
|
||||||
|
$ayiEdit
|
||||||
|
</v-icon>
|
||||||
|
<v-icon v-else>
|
||||||
$ayiEdit
|
$ayiEdit
|
||||||
</v-icon>
|
</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user