mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
'学习模式处改成下拉框'
This commit is contained in:
@@ -95,15 +95,6 @@ export default {
|
||||
type: Object
|
||||
}
|
||||
},
|
||||
// watch:{
|
||||
// unlockModeVisible(val){
|
||||
// if(val){
|
||||
// for(let key in this.formData){
|
||||
// this.formData[key] = this.routerInfo[key]
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
setup(props, ctx) {
|
||||
console.log("获取属性",props)
|
||||
const state = reactive({
|
||||
@@ -112,12 +103,12 @@ export default {
|
||||
type: 1,
|
||||
text: "自由学习模式",
|
||||
},
|
||||
// {
|
||||
// type: 2,
|
||||
// text: "按学习时间解锁",
|
||||
// },
|
||||
{
|
||||
type: 2,
|
||||
text: "按学习时间解锁",
|
||||
},
|
||||
{
|
||||
type: 3,
|
||||
text: "闯关模式",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user