fix: label
This commit is contained in:
parent
ded56d103b
commit
016a54e45e
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ watch(
|
||||||
@delete="() => triggerDelete(item.row.id)"
|
@delete="() => triggerDelete(item.row.id)"
|
||||||
:title="item.row.debitNoteQuotation?.workName"
|
:title="item.row.debitNoteQuotation?.workName"
|
||||||
:code="item.row.code"
|
:code="item.row.code"
|
||||||
:status="$t(`quotation.status.${item.row.quotationStatus}`)"
|
:status="$t(`debitNote.stats.${item.row.quotationStatus}`)"
|
||||||
:badge-color="hslaColors[item.row.quotationStatus] || ''"
|
:badge-color="hslaColors[item.row.quotationStatus] || ''"
|
||||||
:custom-data="[
|
:custom-data="[
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue