This commit is contained in:
@@ -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" }
|
||||
]
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user