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