| | |
| | | disabled: true, |
| | | }, |
| | | { |
| | | label: "考试时间", |
| | | prop: "month", |
| | | type: "month", |
| | | hide:true, |
| | | search:true, |
| | | searchSpan:4, |
| | | format: "yyyy-MM", |
| | | valueFormat: "yyyy-MM", |
| | | }, |
| | | { |
| | | label: "理论成绩", |
| | | prop: "theoryGrade", |
| | | disabled: true, |
| | |
| | | methods: { |
| | | getPractitionersPageInfo(page, params = {}) { |
| | | params = this.search; |
| | | params = { |
| | | ...params, |
| | | ...this.card, |
| | | }; |
| | | params['deptId'] = this.card.deptid; |
| | | params['jurisdiction'] = this.card.jurisdiction; |
| | | getinformationstatisticsXX(page.currentPage, page.pageSize, params).then( |
| | | (res) => { |
| | | // console.log(res.data.data.records); |
| | | const data = res.data.data; |
| | | var d = data.records; |
| | | for (var k in d) { |