优化
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
v-loading="crud.loading"
|
||||
:data="crud.data"
|
||||
size="mini"
|
||||
:max-height="420"
|
||||
:max-height="550"
|
||||
style="width: 100%;background: transparent;overflow:auto;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
@@ -90,6 +90,10 @@ export default {
|
||||
idField: 'performance_id',
|
||||
sort: 'performance_id,desc',
|
||||
crudMethod: { ... crudHpcQuery },
|
||||
props: {
|
||||
// 每页数据条数
|
||||
size: 20
|
||||
},
|
||||
optShow: {
|
||||
add: false,
|
||||
edit: false,
|
||||
|
||||
Reference in New Issue
Block a user