From da52927f9e6050fc422ea8acd742fc8e3e32f529 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 18 Oct 2024 13:42:55 +0700 Subject: [PATCH] fix(05): product table --- src/components/05_quotation/ProductItem.vue | 4 ++-- src/i18n/eng/index.ts | 5 +++++ src/i18n/tha/index.ts | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index cf05189b..f978dfd6 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -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( {{ props.rowIndex + 1 }} {{ props.row.product.code }} - +