This commit is contained in:
2021-05-06 00:41:40 +00:00
parent 61ff2d5acf
commit 13ebb0d640
7 changed files with 77 additions and 14 deletions

View File

@@ -298,7 +298,6 @@ export default {
align: "left",
value: "rateViz"
});
// headers.push({ text: "", value: "actions" });
return headers;
},

View File

@@ -484,7 +484,6 @@ and it's probably not a big list to fill anyway
return headers;
},
itemList: function() {
const vm = this;
return this.value.items
.map((x, i) => {
const stat = statusViz(x.workorderItemStatusId, this);