fix: request list => swap code on metadata
This commit is contained in:
parent
f87547d1bc
commit
87a117cc23
1 changed files with 2 additions and 2 deletions
|
|
@ -341,7 +341,7 @@ async function triggerViewFile(opt: {
|
|||
class="col"
|
||||
icon="mdi-file-document-outline"
|
||||
:label="$t('requestList.requestListCode')"
|
||||
:value="data.quotation.code || '-'"
|
||||
:value="data.code || '-'"
|
||||
/>
|
||||
<DataDisplay
|
||||
class="col"
|
||||
|
|
@ -360,7 +360,7 @@ async function triggerViewFile(opt: {
|
|||
class="col"
|
||||
icon="mdi-file-document-outline"
|
||||
:label="$t('requestList.quotationCode')"
|
||||
:value="data.code || '-'"
|
||||
:value="data.quotation.code || '-'"
|
||||
/>
|
||||
<DataDisplay
|
||||
class="col"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue