fix ordering organization
This commit is contained in:
parent
685191c74b
commit
152ea8aa38
3 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ watch(
|
||||||
bordered
|
bordered
|
||||||
:rows="rows"
|
:rows="rows"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:rows-per-page-options="[100]"
|
:rows-per-page-options="[0]"
|
||||||
row-key="orgTreeId"
|
row-key="orgTreeId"
|
||||||
hide-bottom
|
hide-bottom
|
||||||
hide-pagination
|
hide-pagination
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ watch(
|
||||||
bordered
|
bordered
|
||||||
:rows="rows"
|
:rows="rows"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:rows-per-page-options="[100]"
|
:rows-per-page-options="[0]"
|
||||||
row-key="orgTreeId"
|
row-key="orgTreeId"
|
||||||
hide-bottom
|
hide-bottom
|
||||||
hide-pagination
|
hide-pagination
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ watch(
|
||||||
bordered
|
bordered
|
||||||
:rows="rows"
|
:rows="rows"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:rows-per-page-options="[100]"
|
:rows-per-page-options="[0]"
|
||||||
row-key="orgTreeId"
|
row-key="orgTreeId"
|
||||||
hide-bottom
|
hide-bottom
|
||||||
hide-pagination
|
hide-pagination
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue