|
|
|
@ -507,7 +507,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
exportExcel() {
|
|
|
|
exportExcel() {
|
|
|
|
let _export = {
|
|
|
|
let _export = {
|
|
|
|
'course_signs.0.course.name': '课程名称'
|
|
|
|
'all_course': '课程名称'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.selectFormList.map(item => {
|
|
|
|
this.selectFormList.map(item => {
|
|
|
|
if (item.prop === 'index') {
|
|
|
|
if (item.prop === 'index') {
|
|
|
|
|