Added Trailing to Datatypes
Added Description Loading in LinkedDocument
This commit is contained in:
@@ -178,6 +178,7 @@ const setupPage = async () => {
|
||||
itemInfo.value.customer = linkedDocument.customer
|
||||
itemInfo.value.project = linkedDocument.project
|
||||
itemInfo.value.contact = linkedDocument.contact
|
||||
itemInfo.value.description = linkedDocument.description
|
||||
|
||||
setCustomerData()
|
||||
|
||||
@@ -928,7 +929,6 @@ const setRowData = (row) => {
|
||||
</UButton>
|
||||
</template>
|
||||
</UDashboardNavbar>
|
||||
|
||||
<UDashboardPanelContent>
|
||||
<UTabs class="p-5" :items="tabItems" @change="onChangeTab" v-if="loaded">
|
||||
<template #item="{item}">
|
||||
|
||||
Reference in New Issue
Block a user