Compare commits
No commits in common. "7ebfcd08275e794ce1dd33ec5880335af690c0e6" and "ee9a30f6d030ff50d485ac1670e2e96962393829" have entirely different histories.
7ebfcd0827
...
ee9a30f6d0
|
@ -355,7 +355,7 @@
|
|||
<div>
|
||||
<el-radio
|
||||
v-for="item of $d.CustomCalculateMark"
|
||||
v-show="item.value > 6 && item.value < 10"
|
||||
v-show="item.value > 6"
|
||||
:key="`CustomCalculateMark${item.value}`"
|
||||
:label="item.value"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue