This commit is contained in:
lb
2023-05-09 11:04:43 +08:00
parent 5af1c027a0
commit 8fe26fe0b2
16 changed files with 157 additions and 5 deletions

View File

@@ -20,8 +20,8 @@ export default {
data() {
return {
rdata: [
{ icon: "temp", title: "车间温度", value: "27℃" },
{ icon: "fire", title: "当前火向", value: "东火" },
// { icon: "temp", title: "车间温度", value: "27℃" },
{ icon: "fire", title: "当前火向", value: "南北" },
{ icon: "clock", title: "换火时间", value: "12:21:39" },
{ icon: "sand", title: "剩余时间", value: "6h" },
],