revert exam index seedbouns

This commit is contained in:
xiaomlove
2022-02-22 13:34:50 +08:00
parent e9d6aac31a
commit 411d266cbd
28 changed files with 30 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
</el-form-item>
<el-form-item label="Index" prop="indexes">
<template v-for="(item, index) in formData.indexes" :key="index">
<el-row>
<el-row style="width: 100%">
<el-col :span="6">
<el-checkbox v-model="item.checked" :label="item.checked">{{item.name}}</el-checkbox>
</el-col>