This commit is contained in:
2018-11-28 18:47:06 +00:00
parent 50ad90fd93
commit e06bd7ae47
2 changed files with 6 additions and 6 deletions

View File

@@ -87,11 +87,11 @@ export default {
value: "name"
},
{ text: this.lt("WidgetSerial"), value: "serial" },
{ text: "Price", value: "dollarAmount" },
{ text: "Active", value: "active" },
{ text: "Roles", value: "roles" },
{ text: "Start date", value: "startDate" },
{ text: "End date", value: "endDate" }
{ text: this.lt("WidgetDollarAmount"), value: "dollarAmount" },
{ text: this.lt("WidgetActive"), value: "active" },
{ text: this.lt("WidgetRoles"), value: "roles" },
{ text: this.lt("WidgetStartDate"), value: "startDate" },
{ text: this.lt("WidgetEndDate"), value: "endDate" }
]
};
},