1.睡眠模块:深睡、浅水颠倒问题
This commit is contained in:
2023-12-27 16:05:46 +08:00
parent 626fbf9085
commit a0ffce1fa7
@@ -155,7 +155,7 @@
if (type.value === 1) {
str = tar1.value > 0 ? '深睡' : '浅睡';
} else {
str = '睡' + ' : ' + (tar.value ? tar.value : 0) + '<br/>' + '睡' + ' : ' + (tar1.value ? tar1.value : 0);
str = '睡' + ' : ' + (tar.value ? tar.value : 0) + '<br/>' + '睡' + ' : ' + (tar1.value ? tar1.value : 0);
}
return str;
},
@@ -242,4 +242,4 @@
initEchart('0');
});
</script>
<style scoped lang="less"></style>
<style scoped lang="less"></style>