UP 控制台模块权限化后固定模块

This commit is contained in:
sc 2022-10-27 14:51:18 +08:00
parent b66f9a46da
commit c6c1aa7036
1 changed files with 7 additions and 2 deletions

View File

@ -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",