优化
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
<!--表格渲染-->
|
||||
<el-table
|
||||
ref="table"
|
||||
:max-height="590"
|
||||
v-loading="crud.loading"
|
||||
:data="crud.data"
|
||||
size="mini"
|
||||
@@ -202,6 +203,10 @@ export default {
|
||||
title: '载具',
|
||||
url: 'api/storagevehicleinfo',
|
||||
idField: 'storagevehicle_id',
|
||||
props: {
|
||||
// 每页数据条数
|
||||
size: 20
|
||||
},
|
||||
sort: 'storagevehicle_id,desc',
|
||||
crudMethod: {...crudStoragevehicleinfo},
|
||||
optShow: {
|
||||
|
||||
Reference in New Issue
Block a user