| | |
| | | > |
| | | </TableCommonView> |
| | | </div> |
| | | <!-- <div class="btn-pager"> |
| | | <div class="btn-pager"> |
| | | <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" /> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | await getAttendanceStatistic({ |
| | | keyword: this.keyword, |
| | | month:this.object.date, |
| | | // page: this.pagerOptions.currPage, |
| | | // pageSize: this.pagerOptions.pageSize |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }) |
| | | .then((res) => { |
| | | if (res.code == 200) { |
| | |
| | | } |
| | | }) |
| | | this.tableList.tableInfomation = list || [] |
| | | this.pagerOptions.totalCount = res.total |
| | | this.pagerOptions.totalCount = res.total||0 |
| | | } else { |
| | | this.tableList.tableInfomation = [] |
| | | } |
| | |
| | | background-color: #fff; |
| | | border-radius: 12px; |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | | } |
| | | .list-view { |
| | | height: calc(100% - 10px); |
| | | height: calc(100% - 60px); |
| | | overflow: hidden; |
| | | } |
| | | .btn-pager { |