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