odc.xiaohui
2023-06-15 4e43f5b3a19db9af5015e0200c9590c8aba3b9ed
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' })