This commit is contained in:
2019-01-31 20:48:40 +00:00
parent 23012ed9df
commit df26b6443b
3 changed files with 8 additions and 6 deletions

View File

@@ -60,10 +60,10 @@ export default {
ltKeysRequired: [
"Widget",
"WidgetList",
"CommonName",
"WidgetName",
"WidgetSerial",
"WidgetDollarAmount",
"CommonActive",
"Active",
"WidgetRoles",
"WidgetStartDate",
"WidgetEndDate",
@@ -88,12 +88,12 @@ export default {
rowsPerPageText: "blah per blah",
headers: [
{
text: this.lt("CommonName"),
text: this.lt("WidgetName"),
value: "name"
},
{ text: this.lt("WidgetSerial"), value: "serial" },
{ text: this.lt("WidgetDollarAmount"), value: "dollarAmount" },
{ text: this.lt("CommonActive"), value: "active" },
{ text: this.lt("Active"), value: "active" },
{ text: this.lt("WidgetRoles"), value: "roles" },
{ text: this.lt("WidgetStartDate"), value: "startDate" },
{ text: this.lt("WidgetEndDate"), value: "endDate" }