lohir
2024-10-17 11b6a749826f1c2a75f81fca2021a45c777158c5
解决考试时间创建和修改会向后推8小时的问题
1个文件已修改
7 ■■■■ 已修改文件
src/views/exam-list/data-list/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | 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
  }
};