1.手表监测添加参数,查询当天信息
This commit is contained in:
2025-03-05 15:20:20 +08:00
parent a4bddba648
commit 0b48810f5c
6 changed files with 75 additions and 21 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
const dayTimeO = ref();
const dayTimeT = ref();
const interval = ref(1);
const interval = ref<any>(null);
const title = ref(screenTitle ? screenTitle : '应急就医服务中心' + (simpleName || ''));
const phone = ref(centerTel || '0951-6805199');