修改了部分错误
This commit is contained in:
parent
e69cc60cd9
commit
e18ad6f75d
|
|
@ -25,7 +25,7 @@
|
||||||
<script>
|
<script>
|
||||||
import store from "@/store/index.js";
|
import store from "@/store/index.js";
|
||||||
import { mapGetters } from "vuex";
|
import { mapGetters } from "vuex";
|
||||||
|
import navtab from '../../components/navtab/navtab.vue'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -302,6 +302,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import navtab from '../../components/navtab/navtab.vue'
|
||||||
import { getArrMaxValue } from '@/utils/utils.js'
|
import { getArrMaxValue } from '@/utils/utils.js'
|
||||||
import store from "@/store/index.js";
|
import store from "@/store/index.js";
|
||||||
import { mapGetters } from "vuex";
|
import { mapGetters } from "vuex";
|
||||||
|
|
@ -331,7 +332,8 @@
|
||||||
bodyTemperature:{},
|
bodyTemperature:{},
|
||||||
bloodLiquid:{},
|
bloodLiquid:{},
|
||||||
ECGData:{},
|
ECGData:{},
|
||||||
SleepData:{}
|
SleepDatas:{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// dataListsNew:{
|
// dataListsNew:{
|
||||||
// stepIndex:{
|
// stepIndex:{
|
||||||
|
|
@ -394,7 +396,6 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
mkHourMin(min){
|
mkHourMin(min){
|
||||||
console.log(min,'------------')
|
|
||||||
if(min < 60){
|
if(min < 60){
|
||||||
return [0,min]
|
return [0,min]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,7 @@
|
||||||
<script>
|
<script>
|
||||||
import store from "@/store/index.js";
|
import store from "@/store/index.js";
|
||||||
import { mapGetters } from "vuex";
|
import { mapGetters } from "vuex";
|
||||||
|
import navtab from '../../components/navtab/navtab.vue'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue