-
+
-
+
showDetectSettings = !showDetectSettings" :class="(imageLoaded) ? '' : 'disabled'">
@@ -80,15 +80,15 @@
@@ -319,19 +319,19 @@
created () {
switch (this.f7route.params.region) {
case 'thorax':
- this.activeRegion = 0
- this.detectorName = 'thorax'
+ this.activeRegion = 0
+ this.detectorName = 'thorax'
break;
case 'abdomen':
- this.activeRegion = 1
- this.detectorName = 'combined'
- break;
+ this.activeRegion = 1
+ this.detectorName = 'combined'
+ break;
case 'limbs':
- this.activeRegion = 2
- this.detectorName = 'defaultNew'
+ this.activeRegion = 2
+ this.detectorName = 'defaultNew'
break;
case 'head':
- this.activeRegion = 3
+ this.activeRegion = 3
break;
}
var loadServerSettings = localStorage.getItem('serverSettings')