fix(quotation): service/package info detail
This commit is contained in:
parent
18cbc84983
commit
08254d1b9f
1 changed files with 2 additions and 0 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue