refactor: 明细表优化

This commit is contained in:
junjun 2022-04-20 14:54:07 +08:00
parent b4abe7f036
commit 1020a6607d

View File

@ -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
}
}
}
}