mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
style:闯关模式选择项目和路径图不一致调整
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
>逐个任务解锁,完成一个任务后解锁下一个</a-radio
|
||||
>
|
||||
</div>
|
||||
<div style="margin-top: 24px">
|
||||
<div v-if="types!==1" style="margin-top: 24px">
|
||||
<a-radio :value="3"
|
||||
>完成当前阶段所有必修任务解锁下一阶段</a-radio
|
||||
>
|
||||
@@ -78,6 +78,10 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
types: {
|
||||
type: Number,
|
||||
default: null,
|
||||
},
|
||||
objData:{
|
||||
type: Object
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user