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