优化
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
<!--表格渲染-->
|
||||
<el-table
|
||||
ref="table"
|
||||
:max-height="590"
|
||||
v-loading="crud.loading"
|
||||
:data="crud.data"
|
||||
size="mini"
|
||||
@@ -291,6 +292,10 @@ export default {
|
||||
title: '点位',
|
||||
url: 'api/point',
|
||||
idField: 'point_id',
|
||||
props: {
|
||||
// 每页数据条数
|
||||
size: 20
|
||||
},
|
||||
optShow: {
|
||||
add: true,
|
||||
edit: true,
|
||||
|
||||
Reference in New Issue
Block a user