智慧保安考试系统
liuyg
2022-03-04 14a73e5793948eda4aacf1e776ebb0b84743876c
+-去掉答题卡跳题
1 files modified
2 ■■■ changed files
src/views/startexam/index.vue 2 ●●● patch | view | raw | blame | history
src/views/startexam/index.vue
@@ -140,9 +140,9 @@
                  v-for="(value, index) in subjectIds"
                  :style="{ background: value.color, color: value.fontColor }"
                  :key="index"
                  @click="toSubject(value.everyID, value.type, index)"
                  >&nbsp;{{ index + 1 }}&nbsp;</el-button
                >
                <!-- @click="toSubject(value.everyID, value.type, index)" -->
              </el-row>
            </el-dialog>
          </div>