update
This commit is contained in:
parent
64548cc671
commit
03bf0c839c
@ -92,7 +92,6 @@ const handleData = () => {
|
||||
item.processingtime + "s",
|
||||
];
|
||||
});
|
||||
console.log(config_data, "-------------");
|
||||
if (devList.value) {
|
||||
devList.value.updateRows(config_data, config);
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user