VRTKSSUP-229
Осьмаков Денис 5 years ago
parent b754cb9543
commit 794565c5c4
  1. 8
      src/webparts/summaryWebPart/components/TrafficLight/TrafficLight.tsx

@ -35,7 +35,7 @@ export default class TrafficLight extends React.Component<IComponentProps, {}> {
result.push(
{
key: index,
fieldName: "Длительность",
fieldName: "Срок",
status: statuses.term
});
++index;
@ -149,10 +149,10 @@ export default class TrafficLight extends React.Component<IComponentProps, {}> {
},
{
key: "column3",
name: "Срок",
name: "Длительность",
fieldName: "time",
minWidth: 50,
maxWidth: 50
minWidth: 80,
maxWidth: 80
},
{
key: "column4",

Loading…
Cancel
Save