xiangpei
2024-10-29 0d3af1e3612bf691d11ecaf8b013638808a73d7f
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
  }
};