Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
ae599f4ada
|
@ -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"
|
v-show="item.value > 6 && item.value < 10"
|
||||||
:key="`CustomCalculateMark${item.value}`"
|
:key="`CustomCalculateMark${item.value}`"
|
||||||
:label="item.value"
|
:label="item.value"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue