From 2b46797c3a5868f7f26329da5834c13aae07ad69 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 03 四月 2023 11:59:34 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/popview/index.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx index 6149fc0..7c3ba68 100644 --- a/src/tabviews/custom/popview/index.jsx +++ b/src/tabviews/custom/popview/index.jsx @@ -380,6 +380,7 @@ cell.logLabel = item.$menuname + '-' + cell.label cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid cell.$toolbtn = true @@ -424,6 +425,7 @@ cell.Ot = cell.Ot || 'requiredSgl' cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (!mutil && cell.syncComponentId === item.setting.supModule) { @@ -464,6 +466,7 @@ cell.Ot = cell.Ot || 'requiredSgl' cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (!mutil && cell.syncComponentId === item.setting.supModule) { @@ -510,6 +513,7 @@ cell.logLabel = item.$menuname + '-' + cell.label cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (cell.syncComponentId === item.wrap.supModule) { @@ -549,6 +553,7 @@ cell.Ot = cell.Ot || 'requiredSgl' cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (cell.syncComponentId === item.setting.supModule) { -- Gitblit v1.8.0