fix(05): product table

This commit is contained in:
puriphatt 2024-10-18 13:42:55 +07:00
parent 818ee3d3dd
commit da52927f9e
3 changed files with 12 additions and 2 deletions

View file

@ -63,7 +63,7 @@ const columns = [
{
name: 'code',
align: 'left',
label: 'productService.group.code',
label: 'general.code',
field: (v) => v.product.code,
},
{
@ -264,7 +264,7 @@ watch(
<q-tr>
<q-td class="text-center">{{ props.rowIndex + 1 }}</q-td>
<q-td>{{ props.row.product.code }}</q-td>
<q-td>
<q-td style="width: 100%">
<q-avatar class="q-mr-sm" size="md">
<q-icon
class="full-width full-height"