refactor: refs #7638 add cmrFk order
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-03-26 13:28:51 +01:00
parent af612f9379
commit ac19803fcd
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ function downloadPdfs() {
:data-key
url="Cmrs/filter"
:columns="columns"
:order="['shipped DESC']"
:order="['shipped DESC', 'cmrFk ASC']"
:user-params="userParams"
default-mode="table"
v-model:selected="selectedRows"