开发:修改提示信息

pull/2286/MERGE
ChenX 1 year ago
parent fac547c41d
commit b53d7f2434

@ -131,7 +131,7 @@ export class TopToolBar extends React.Component<{}, {}>
{ svg: IconEnum.CheckDrawHole, title: "检测不排钻原因", command: CommandNames.CheckDrawHole }, { svg: IconEnum.CheckDrawHole, title: "检测不排钻原因", command: CommandNames.CheckDrawHole },
]; ];
store.iconList.view = [ store.iconList.view = [
{ svg: IconEnum.UCS, title: "UCS", command: CommandNames.CustomUCS }, { svg: IconEnum.UCS, title: "绘图坐标系(二维绘图平面)", command: CommandNames.CustomUCS },
{ svg: IconEnum.TopView, title: "俯视图", command: CommandNames.FS }, { svg: IconEnum.TopView, title: "俯视图", command: CommandNames.FS },
{ svg: IconEnum.RightView, title: "右视图", command: CommandNames.YS }, { svg: IconEnum.RightView, title: "右视图", command: CommandNames.YS },
{ svg: IconEnum.LeftView, title: "左视图", command: CommandNames.ZS }, { svg: IconEnum.LeftView, title: "左视图", command: CommandNames.ZS },

Loading…
Cancel
Save