mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-16 14:12:51 +00:00
fix: 项目列表处于置顶选中状态显示选中样式
This commit is contained in:
parent
313fc09c8d
commit
24c8a4a9d1
@ -672,7 +672,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
"active": this.curPath == '/manage/' + path,
|
"active": this.curPath == '/manage/' + path,
|
||||||
"open-menu": openMenu === true,
|
"open-menu": openMenu === true,
|
||||||
"top": item.top_at,
|
"top": item.top_at && this.curPath != '/manage/' + path,
|
||||||
"operate": item.id == this.topOperateItem.id && this.topOperateVisible
|
"operate": item.id == this.topOperateItem.id && this.topOperateVisible
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user