This commit is contained in:
zk
2023-12-22 16:57:16 +08:00
parent dd5a47e7fb
commit b9f2b3b521
15 changed files with 240 additions and 182 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
</span>
</div>
<div class="title-d-middle"> 心血管监测</div>
<div class="title-d-right"> 累计运行时间{{ dayTimeT }}</div>
<div class="title-d-right"> 累计监测时间{{ dayTimeT }}</div>
</div>
<div class="body-d">
<div class="body-d-left">
@@ -79,12 +79,12 @@
const dayTimeT = ref();
function getTime() {
const { timeRight } = useTopTime();
const { timeRight } = useTopTime('2022-12-20');
dayTimeT.value = timeRight;
}
function clickBack() {
router.replace({ path: '/home' });
router.push({ path: '/home' });
}
</script>
<style lang="less" scoped>