Compare commits

..

No commits in common. "7ebfcd08275e794ce1dd33ec5880335af690c0e6" and "ee9a30f6d030ff50d485ac1670e2e96962393829" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@
<div> <div>
<el-radio <el-radio
v-for="item of $d.CustomCalculateMark" v-for="item of $d.CustomCalculateMark"
v-show="item.value > 6 && item.value < 10" v-show="item.value > 6"
:key="`CustomCalculateMark${item.value}`" :key="`CustomCalculateMark${item.value}`"
:label="item.value" :label="item.value"
> >