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

@@ -188,7 +188,7 @@
v-loading="crud.loading"
size="mini"
:data="crud.data"
height="420"
:max-height="420"
style="width: 100%;"
:highlight-current-row="true"
@selection-change="crud.selectionChangeHandler"