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
|
<VnSection
|
||||||
:data-key="dataKey"
|
:data-key="dataKey"
|
||||||
:columns="cols"
|
:columns="cols"
|
||||||
prefix="InvoiceIn"
|
prefix="invoicein"
|
||||||
:array-data-props="{
|
:array-data-props="{
|
||||||
url: 'InvoiceIns/filter',
|
url: 'InvoiceIns/filter',
|
||||||
order: ['issued DESC', 'id DESC'],
|
order: ['issued DESC', 'id DESC'],
|
||||||
|
|
Loading…
Reference in New Issue