fix(quotation): service/package info detail

This commit is contained in:
puriphatt 2024-10-16 14:47:28 +07:00
parent 18cbc84983
commit 08254d1b9f

View file

@ -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)',