取 消
确 定
data(){
return:{
title2:'新增',
}
}
computed:{
label(){
if(this.title2=="新增"){
return '名称'
}else{
return '菜单名'
}
}
},
methods:{
menumodify(){
this.title2="新增子菜单"
this.dialogVisible4 = true;
},
menuxg(){
this.title2 = "修改子菜单"
this.dialogVisible4 = true;
},
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)