This commit is contained in:
@@ -298,7 +298,6 @@ export default {
|
||||
align: "left",
|
||||
value: "rateViz"
|
||||
});
|
||||
// headers.push({ text: "", value: "actions" });
|
||||
|
||||
return headers;
|
||||
},
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user