Commit 0f43f216 authored by wanghao's avatar wanghao

1 使用 modbus4j + juc 实现 读取老化柜和老化层状态--测试中

parent bc2729d0
<template>
<div class="app-container">
<div class="aging">
老化柜看板
</div>
</div>
</template>
<script>
export default {
name: "TestScheduledTasks",
data() {
return {
textarea: null
};
},
created() {
},
methods: {}
};
</script>
<style>
.aging{
text-align: center;
font-size: 20px;
font-weight: bold;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment