| | |
| | | <el-table-column label="所属培训机构" align="center" prop="trainOrgName" /> |
| | | <el-table-column label="班级批次" align="center" prop="batchName" /> |
| | | <el-table-column label="课程" align="center" prop="courseName" /> |
| | | <el-table-column label="章节" align="center" prop="catalogName" /> |
| | | <el-table-column label="章节" align="center" prop="chapterName" /> |
| | | <el-table-column label="学习时长" align="center" prop="durationDesc" /> |
| | | <el-table-column label="是否彻底完成" align="center" prop="finishStatus" > |
| | | <template #default="scope"> |
| | |
| | | <script> |
| | | import detailDialog from './components/detailDialog.vue' |
| | | import { listRecord, listStudent } from '@/api/onlineEducation/student' |
| | | import Cookies from 'js-cookie' |
| | | export default { |
| | | name: "nPeopleManage", |
| | | dicts: [], |
| | |
| | | }; |
| | | }, |
| | | created() { |
| | | this.getList({}); |
| | | if(Cookies.get('learnRecord')){ |
| | | |
| | | }else{ |
| | | this.getList({}); |
| | | } |
| | | |
| | | }, |
| | | methods: { |
| | | getList(data){ |
| | | console.log('data',data) |
| | | if(data){ |
| | | this.queryParams.idcard = data.idcard |
| | | this.expertList = [] |