提交 97e33ee8 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 4aaca1d6
......@@ -38,13 +38,9 @@
:disabled="disabledInfo"
style="line-height: 24px; margin-top: 10px"
>
<el-checkbox
v-for="item in currentCourseList"
:label="item.id"
:key="item.id"
style="width: 50%; margin: 0"
>{{ item.course_name }}</el-checkbox
>
<div v-for="item in currentCourseList" :key="item.id">
<el-checkbox :label="item.id">{{ item.course_name }}</el-checkbox>
</div>
</el-checkbox-group>
<div class="score" v-if="hasPay && detail.form">{{ detail.form.credit_sum_str }}</div>
</el-form-item>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论