!2552 开发:组合模块图标位置变更

op_knife_polyline
林三 9 months ago committed by ChenX
parent eb55508002
commit 3805929005

@ -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 },

Loading…
Cancel
Save