src/views/exam/paper/list.vue
@@ -95,6 +95,7 @@ this.subjectFilter = this.subjects.filter(data => data.level === this.queryParam.level) }, subjectFormatter (row, column, cellValue, index) { console.log(row, column, cellValue, index) return this.subjectEnumFormat(cellValue) }, ...mapActions('exam', { initSubject: 'initSubject' })