UP 控制台模块权限化后固定模块
This commit is contained in:
parent
b66f9a46da
commit
c6c1aa7036
|
@ -76,6 +76,9 @@
|
|||
props: {
|
||||
label: (data)=>{
|
||||
return data.title
|
||||
},
|
||||
disabled: (data)=>{
|
||||
return data.isFixed
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -152,11 +155,13 @@
|
|||
this.grid.list = [
|
||||
{
|
||||
key: "welcome",
|
||||
title: "欢迎"
|
||||
title: "欢迎",
|
||||
isFixed: true
|
||||
},
|
||||
{
|
||||
key: "ver",
|
||||
title: "版本信息"
|
||||
title: "版本信息",
|
||||
isFixed: true
|
||||
},
|
||||
{
|
||||
key: "time",
|
||||
|
|
Loading…
Reference in New Issue