refactor: refs #8316 update prefix casing for InvoiceIn component
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
ecfacd4100
commit
bd905ded3a
|
@ -136,7 +136,7 @@ const cols = computed(() => [
|
|||
<VnSection
|
||||
:data-key="dataKey"
|
||||
:columns="cols"
|
||||
prefix="InvoiceIn"
|
||||
prefix="invoicein"
|
||||
:array-data-props="{
|
||||
url: 'InvoiceIns/filter',
|
||||
order: ['issued DESC', 'id DESC'],
|
||||
|
|
Loading…
Reference in New Issue