update observations

This commit is contained in:
Henry Jordan
2021-08-27 21:29:54 +00:00
parent 94e4e4a3c0
commit 058136c23d
9 changed files with 31 additions and 27 deletions

View File

@@ -37,7 +37,7 @@
</div>
<div class="vp-inline-block">
<label class="form-label">{{
$t("ID_MAFE_a4ffdcf0dc1f31b9acaf295d75b51d00")
$t("ID_TOP")
}}</label>
</div>
<div class="vp-inline-block">
@@ -235,6 +235,7 @@ export default {
},
/**
* Format response fromn API
* @param {object} data
*/
formatDataRange(data) {
let that = this,
@@ -349,7 +350,6 @@ export default {
},
/**
* Open selected cases in the inbox
*
* @param {object} item
*/
openCase(item) {
@@ -364,6 +364,7 @@ export default {
},
/**
* Click in marker chart
* @param {object} selection
*/
onClickCaseMarker(selection) {
let process = this.data[1].id,
@@ -398,6 +399,7 @@ export default {
},
/**
* Show modal unpause
* @param {object} item
*/
showModalUnpauseCase(item) {
this.$refs["modal-unpause-case"].data = item;