src/views/exam-list/data-list/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 } };