task metrics

This commit is contained in:
Henry Jordan
2021-07-30 20:18:11 +00:00
parent 89c3311d55
commit ff2956714c
11 changed files with 632 additions and 4 deletions

View File

@@ -172,6 +172,9 @@ export default {
}
this.columns = cols;
this.random = _.random(0, 10000000000);
},
task(){
this.$emit("onUpdatePage", "task-metrics");
}
}
}