diff --git a/src/views/databoard/components/Container.vue b/src/views/databoard/components/Container.vue index 6f596710..8abbd111 100644 --- a/src/views/databoard/components/Container.vue +++ b/src/views/databoard/components/Container.vue @@ -47,6 +47,10 @@ export default { return require('../assets/move.png'); case '风机运行频率': return require('../assets/flow.png'); + case 'ISRA缺陷检测': + return require('../assets/gas.png'); + case '能耗': + return require('../assets/gas.png'); } }, }, diff --git a/src/views/databoard/components/DateBtnGroup.vue b/src/views/databoard/components/DateBtnGroup.vue index 23595e02..290da3c8 100644 --- a/src/views/databoard/components/DateBtnGroup.vue +++ b/src/views/databoard/components/DateBtnGroup.vue @@ -54,11 +54,11 @@ button { padding: 6px 8px; } .date-btn-group { - position: absolute; - top: 40px; - right: 100px; - border: 1px solid #ccc; - padding: 12px; + // position: absolute; + // top: 40px; + // right: 100px; + // border: 1px solid #ccc; + // padding: 12px; display: flex; align-items: center; gap: 12px; diff --git a/src/views/databoard/components/Header.vue b/src/views/databoard/components/Header.vue index d1673d7c..ee87ff79 100644 --- a/src/views/databoard/components/Header.vue +++ b/src/views/databoard/components/Header.vue @@ -5,21 +5,71 @@ description: 顶部标题 --> - + + + + 窑炉生产运行驾驶舱 + + + + 单位: 河南汇融科技服务有限公司 + + + + {{ new Date().toLocaleString() }} + + + diff --git a/src/views/databoard/kiln/EnergeCost.vue b/src/views/databoard/kiln/EnergeCost.vue new file mode 100644 index 00000000..49a2f8b2 --- /dev/null +++ b/src/views/databoard/kiln/EnergeCost.vue @@ -0,0 +1,58 @@ + + + + + + + + + 234 + + + - 原料1/吨 - + + + + + + + + + + diff --git a/src/views/databoard/kiln/IsraCheck.vue b/src/views/databoard/kiln/IsraCheck.vue new file mode 100644 index 00000000..b4991059 --- /dev/null +++ b/src/views/databoard/kiln/IsraCheck.vue @@ -0,0 +1,80 @@ + + + + + + + + 缺陷1 + 缺陷2 + 缺陷3 + 缺陷4 + + + + + + + + diff --git a/src/views/databoard/kiln/LeftFour.vue b/src/views/databoard/kiln/LeftFour.vue index ff62ce32..14028e92 100644 --- a/src/views/databoard/kiln/LeftFour.vue +++ b/src/views/databoard/kiln/LeftFour.vue @@ -15,8 +15,8 @@ grid-template-rows: 1fr 1fr; "> - - + + @@ -24,9 +24,11 @@