fix(05): product table
This commit is contained in:
parent
818ee3d3dd
commit
da52927f9e
3 changed files with 12 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue