Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
commit
dbe7dcd0f2
|
@ -3,7 +3,7 @@ import ModuleMain from 'salix/components/module-main';
|
||||||
|
|
||||||
export default class Order extends ModuleMain {
|
export default class Order extends ModuleMain {
|
||||||
$postLink() {
|
$postLink() {
|
||||||
this.filter = {showEmpty: false};
|
// this.filter = {showEmpty: false};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,11 +76,11 @@
|
||||||
triple-state="true"
|
triple-state="true"
|
||||||
ng-model="filter.isConfirmed">
|
ng-model="filter.isConfirmed">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
<vn-check
|
<!-- <vn-check
|
||||||
vn-one
|
vn-one
|
||||||
label="Show empty"
|
label="Show empty"
|
||||||
ng-model="filter.showEmpty">
|
ng-model="filter.showEmpty">
|
||||||
</vn-check>
|
</vn-check> -->
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal class="vn-mt-lg">
|
<vn-horizontal class="vn-mt-lg">
|
||||||
<vn-submit label="Search"></vn-submit>
|
<vn-submit label="Search"></vn-submit>
|
||||||
|
|
Loading…
Reference in New Issue