!531 避免图标不对应

pull/531/MERGE
肖诗雅 5 years ago committed by ChenX
parent 3fb5294417
commit afba303a4f

@ -75,10 +75,10 @@ export class TopToolBar extends React.Component<{}, {}>
{ svg: IconEnum.BBS, title: "批量查看", command: "BBS" }, { svg: IconEnum.BBS, title: "批量查看", command: "BBS" },
] ]
store.iconList.dim = [ store.iconList.dim = [
{ svg: IconEnum.DimALigned, title: "线性标注", command: "DAL" }, { svg: IconEnum.DAL, title: "对齐标注", command: "DAL" },
{ svg: IconEnum.DimLinear, title: "基线标注", command: "DLI" }, { svg: IconEnum.DimContinued, title: "线性标注", command: "DLI" },
{ svg: IconEnum.DimAngle, title: "角度标注", command: "DAN" }, { svg: IconEnum.DimAngle, title: "角度标注", command: "DAN" },
{ svg: IconEnum.DimContinued, title: "连续标注", command: "DCO" }, { svg: IconEnum.DimLinear, title: "连续标注", command: "DCO" },
{ svg: IconEnum.Circle, title: "半径标注", command: "DIMRAD" }, { svg: IconEnum.Circle, title: "半径标注", command: "DIMRAD" },
{ svg: IconEnum.Diameter, title: "直径标注", command: "DIMDIA" }, { svg: IconEnum.Diameter, title: "直径标注", command: "DIMDIA" },
{ svg: IconEnum.AutoDim, title: "柜体标注", command: "AUTODIMBRS" }, { svg: IconEnum.AutoDim, title: "柜体标注", command: "AUTODIMBRS" },
@ -115,8 +115,8 @@ export class TopToolBar extends React.Component<{}, {}>
{ svg: IconEnum.Reality, title: "真实", command: "PHYSICAL" }, { svg: IconEnum.Reality, title: "真实", command: "PHYSICAL" },
] ]
store.iconList.produce = [ store.iconList.produce = [
{ svg: IconEnum.SplitOrder, title: "拆单优化", command: "" }, { svg: IconEnum.SplitOrder, title: "拆单优化", command: "CD" },
{ svg: IconEnum.HistoryOptimize, title: "历史优化", command: "" }, { svg: IconEnum.HistoryOptimize, title: "查看优化", command: "CKYH" },
{ svg: IconEnum.QuotePrice, title: "报价", command: "" }, { svg: IconEnum.QuotePrice, title: "报价", command: "" },
{ svg: IconEnum.ERPManage, title: "ERP", command: "" }, { svg: IconEnum.ERPManage, title: "ERP", command: "" },
] ]

@ -133,5 +133,6 @@ export enum IconEnum
SouthWest = "SouthWest.svg", SouthWest = "SouthWest.svg",
DrawAxis = "DrawAxis.svg", DrawAxis = "DrawAxis.svg",
CircleWithCrossDottedLine = "CircleWithCrossDottedLine.svg", CircleWithCrossDottedLine = "CircleWithCrossDottedLine.svg",
CommodityManage = "CommodityManage.svg" CommodityManage = "CommodityManage.svg",
DAL = "DAL.svg"
} }

Loading…
Cancel
Save