add button report pr non persediaan

This commit is contained in:
Hanan Askarim
2026-07-20 16:42:49 +07:00
parent 4c7ef4dce7
commit e0536e554d
4 changed files with 89 additions and 16 deletions

View File

@@ -211,7 +211,8 @@
v-if="props.item.prStatus == 'Draft'"
>
<td
class="text-xs-center pa-2 pr-5"
class="text-xs-center pa-2"
style="white-space: nowrap;"
v-bind:class="{
'amber lighten-4': isSelected(props.item),
}"
@@ -236,7 +237,8 @@
</template>
<template v-else>
<td
class="text-xs-center pa-2 pr-5"
class="text-xs-center pa-2"
style="white-space: nowrap;"
v-bind:class="{
'amber lighten-4': isSelected(props.item),
}"
@@ -380,7 +382,7 @@ module.exports = {
align: "center",
sortable: false,
value: "action",
width: "10%",
width: "15%",
class: "blue lighten-3 white--text",
},
],