lohir
2024-10-17 11b6a749826f1c2a75f81fca2021a45c777158c5
src/views/exam-list/data-list/index.vue
@@ -62,7 +62,7 @@
});
const stateList = {
  1: {
  'not_start': {
    text: '未开始',
    type: 'primary',
    disabled: true
@@ -76,6 +76,11 @@
    text: '已结束',
    type: 'info',
    disabled: true
  },
  'cancel': {
    text: '已作废',
    type: 'danger',
    disabled: true
  }
};