update
1.睡眠模块:深睡、浅水颠倒问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user