This commit is contained in:
zds
2022-08-24 11:24:10 +08:00
parent 9b3d8a8d93
commit 73a6f7d44e
14 changed files with 63 additions and 31 deletions

View File

@@ -119,7 +119,7 @@
ref="table"
v-loading="crud.loading"
:data="crud.data"
height="420"
:max-height="420"
size="mini"
style="width: 100%;"
@selection-change="crud.selectionChangeHandler"