refactor: delete treeview
This commit is contained in:
parent
2b021fad22
commit
aff47fa13e
1 changed files with 0 additions and 32 deletions
|
|
@ -629,38 +629,6 @@ watch(() => pageState.currentTab, fetchQuotationList);
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
(
|
|
||||||
<TreeView
|
|
||||||
v-if="quotationFormData.productServiceList"
|
|
||||||
class="full-width q-py-sm q-px-md"
|
|
||||||
:nodes="quotationProductTree(quotationFormData?.productServiceList)"
|
|
||||||
expandable
|
|
||||||
selectable
|
|
||||||
:selected-node="[]"
|
|
||||||
@select=""
|
|
||||||
@delete=""
|
|
||||||
:decoration="[
|
|
||||||
{
|
|
||||||
level: 0,
|
|
||||||
icon: 'mdi-server-outline',
|
|
||||||
bg: 'hsla(var(--orange-5-hsl)/0.1)',
|
|
||||||
fg: 'var(--orange-5)',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
level: 1,
|
|
||||||
icon: 'mdi-briefcase-outline',
|
|
||||||
bg: 'hsla(var(--violet-11-hsl)/0.1)',
|
|
||||||
fg: 'var(--violet-11)',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
level: 2,
|
|
||||||
icon: 'mdi-shopping-outline',
|
|
||||||
bg: 'hsla(var(--teal-10-hsl)/0.1)',
|
|
||||||
fg: 'var(--teal-10)',
|
|
||||||
},
|
|
||||||
]"
|
|
||||||
/>
|
|
||||||
)
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<!-- SEC: footer content -->
|
<!-- SEC: footer content -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue