mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
refactor: 明细表优化
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user