Skip to content

Commit

Permalink
更改为当对象为instance_tasks时,选项卡显示badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Dec 25, 2023
1 parent d6c0b23 commit f2638b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const AmisAppMenu = async (props) => {
"itemBadge": {
"mode": "text",
"text": "${badgeText}",
"visibleOn": "\${id == 'instances'}",
"visibleOn": "\${id == 'instance_tasks'}",
"overflowCount": 99,
"style": stacked?{
"right": "20%",
Expand Down

0 comments on commit f2638b5

Please sign in to comment.