This commit is contained in:
2018-12-12 19:34:49 +00:00
parent 34e250d319
commit 4d0c4da32b
8 changed files with 80 additions and 49 deletions

View File

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