This commit is contained in:
zds
2022-08-25 11:26:42 +08:00
parent bad5e07f04
commit 08e820ffce
16 changed files with 68 additions and 21 deletions

View File

@@ -68,7 +68,7 @@
<!--表格渲染-->
<el-table
ref="table"
:max-height="420"
:max-height="550"
v-loading="crud.loading"
:data="crud.data"
size="mini"
@@ -107,6 +107,10 @@ export default {
idField: 'workorder_id',
sort: 'workorder_id,desc',
crudMethod: { ...crudPowderorder },
props: {
// 每页数据条数
size: 20
},
optShow: {
add: false,
edit: false,