This commit is contained in:
hzz 2024-09-13 16:04:17 +08:00
parent 64548cc671
commit 03bf0c839c
2 changed files with 1 additions and 2 deletions

View File

@ -92,7 +92,6 @@ const handleData = () => {
item.processingtime + "s",
];
});
console.log(config_data, "-------------");
if (devList.value) {
devList.value.updateRows(config_data, config);
}

View File

@ -10,7 +10,7 @@
<!-- <div class="chart" ref="chart"></div> -->
<div class="online-time">
<span style="font-size:20px; color: #fff;">{{t('messages.当日工作时长')}}</span>
<span>{{ timestampToTime(prop.data.todayRunTime) }}</span>
<span>{{ timestampToTime(prop.data.todayWorkTime) }}</span>
</div>
<div class="bottom">
<text>{{ prop.data.name }}</text>