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