From 38059290053fdcc68225b27aa6b986e61ad3b7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=89?= <940119273@qq.com> Date: Thu, 11 Jan 2024 02:11:36 +0000 Subject: [PATCH] =?UTF-8?q?!2552=20=E5=BC=80=E5=8F=91:=E7=BB=84=E5=90=88?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=9B=BE=E6=A0=87=E4=BD=8D=E7=BD=AE=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Components/TopToolBar/TopToolBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Components/TopToolBar/TopToolBar.tsx b/src/UI/Components/TopToolBar/TopToolBar.tsx index b96d557c5..5d86fff0e 100644 --- a/src/UI/Components/TopToolBar/TopToolBar.tsx +++ b/src/UI/Components/TopToolBar/TopToolBar.tsx @@ -171,13 +171,13 @@ export class TopToolBar extends React.Component<{}, {}> { svg: IconEnum.DrawVSBox, title: "绘制空间", command: CommandNames.DrawVSBOX }, { svg: IconEnum.Curve2VSBox, title: "线框变空间", command: CommandNames.Curve2VSBox }, { svg: IconEnum.CutSpace, title: "切割空间", command: CommandNames.SpliteTemplate }, + { svg: IconEnum.TemplateGroup, title: "组合模块", command: CommandNames.TemplateGroup }, { svg: IconEnum.TemplateCollection, title: "收藏模板", command: CommandNames.TemplateCollection }, ]; store.iconList.module = [ { svg: IconEnum.ModuleManage, title: "模块管理", command: CommandNames.Template }, { svg: IconEnum.ReviewTemplate, title: "模板审核", command: CommandNames.TemplateCheck }, { svg: IconEnum.HoleModule, title: "排钻模块", command: CommandNames.HoleTemplate }, - { svg: IconEnum.TemplateGroup, title: "组合模块", command: CommandNames.TemplateGroup }, ]; store.iconList.commodity = [ { svg: IconEnum.CommodityManage, title: "共享模块", command: CommandNames.TemplateSearch },