This commit is contained in:
shijingjing
2022-10-14 15:27:43 +08:00
parent 046715d4b6
commit f753f534a4
3 changed files with 38 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
class="detail-table__table"
:tableData="tableData"
:col-configs="colConfigs"
:total="totalJob"
:total="page.total"
:current.sync="current"
:size.sync="size"
@getList="getJobList">
@@ -74,6 +74,7 @@ export default {
<style lang="scss" scope>
.history {
padding-top: 0 !important;
background-color: #FFF !important;
}
</style>