!2200 新增:顶部命令栏增加分享图纸

pull/2197/MERGE
林三 1 year ago committed by ChenX
parent d2cfdf717b
commit 3c209fe826

@ -152,6 +152,7 @@ export class TopToolBar extends React.Component<{}, {}>
];
store.iconList.render = [
{ svg: IconEnum.ExportView, title: "单柜效果图", command: CommandNames.ExportView },
{ svg: IconEnum.ShareView, title: "分享图纸", command: CommandNames.ShareView }
];
store.iconList.produce = [
{ svg: IconEnum.SplitOrder, title: "拆单优化", command: CommandNames.ChaiDan },

Loading…
Cancel
Save