refactor: 明细表优化
This commit is contained in:
parent
b4abe7f036
commit
1020a6607d
@ -121,7 +121,8 @@ export default {
|
||||
pageSize: 20,
|
||||
show: 0
|
||||
},
|
||||
showPage: false
|
||||
showPage: false,
|
||||
columnWidth: DEFAULT_SIZE.tableColumnWidth
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@ -358,8 +359,7 @@ export default {
|
||||
page: 1,
|
||||
pageSize: 20,
|
||||
show: 0
|
||||
},
|
||||
columnWidth: DEFAULT_SIZE.tableColumnWidth
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user