|
@@ -103,9 +103,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
progressFormat() {
|
|
progressFormat() {
|
|
|
- console.log(111, this.cloudJson);
|
|
|
|
|
- console.log(222, this.sTimeRange);
|
|
|
|
|
- console.log(333, this.setpLeft);
|
|
|
|
|
return this.cloudJson[this.sTimeRange[0] + (this.setpLeft - 1)].date;
|
|
return this.cloudJson[this.sTimeRange[0] + (this.setpLeft - 1)].date;
|
|
|
},
|
|
},
|
|
|
|
|
|