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,
|
name: s.name,
|
||||||
code: s.code,
|
code: s.code,
|
||||||
work: s.work,
|
work: s.work,
|
||||||
|
detail: s.detail,
|
||||||
attributes: s.attributes,
|
attributes: s.attributes,
|
||||||
createAt: s.createdAt,
|
createAt: s.createdAt,
|
||||||
selectedImage: s.selectedImage,
|
selectedImage: s.selectedImage,
|
||||||
|
|
@ -227,6 +228,7 @@ function mapNode() {
|
||||||
subtitle: v.code,
|
subtitle: v.code,
|
||||||
opened: v.work.length > 0,
|
opened: v.work.length > 0,
|
||||||
attributes: v.attributes,
|
attributes: v.attributes,
|
||||||
|
detail: v.detail,
|
||||||
checked: true,
|
checked: true,
|
||||||
icon: 'mdi-server-outline',
|
icon: 'mdi-server-outline',
|
||||||
bg: 'hsla(var(--orange-5-hsl)/0.1)',
|
bg: 'hsla(var(--orange-5-hsl)/0.1)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue