This commit is contained in:
zds
2022-08-23 16:18:17 +08:00
parent a8a249c350
commit 4bebb20bf7
12 changed files with 12 additions and 1 deletions

View File

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