From 08254d1b9f77b36d7c0c35848feaa935eeaa15e2 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 16 Oct 2024 14:47:28 +0700 Subject: [PATCH] fix(quotation): service/package info detail --- src/pages/05_quotation/ProductServiceForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/05_quotation/ProductServiceForm.vue b/src/pages/05_quotation/ProductServiceForm.vue index fdc66237..ecb97d38 100644 --- a/src/pages/05_quotation/ProductServiceForm.vue +++ b/src/pages/05_quotation/ProductServiceForm.vue @@ -185,6 +185,7 @@ function mapCard() { name: s.name, code: s.code, work: s.work, + detail: s.detail, attributes: s.attributes, createAt: s.createdAt, selectedImage: s.selectedImage, @@ -227,6 +228,7 @@ function mapNode() { subtitle: v.code, opened: v.work.length > 0, attributes: v.attributes, + detail: v.detail, checked: true, icon: 'mdi-server-outline', bg: 'hsla(var(--orange-5-hsl)/0.1)',