This commit is contained in:
朱文强 2024-02-01 13:51:55 +08:00
förälder 9b4aaa12ea
incheckning a710c5ca46

Visa fil

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-01-04 10:29:40
* @LastEditors: zwq
* @LastEditTime: 2024-01-29 15:17:11
* @LastEditTime: 2024-02-01 09:35:32
* @Description:
-->
<template>
@ -15,7 +15,7 @@
<div class="text-div">
<div class="titleStyle">
一号窑
<div style="color: #000;font-weight: 400;">上一班组下料数:</div>
<div style="color: #000;font-weight: 400;">窑头1-1下料数:</div>
</div>
<h2 style="text-align: center;">{{ GroutCount.lastGroutCount }}</h2>
</div>
@ -23,8 +23,8 @@
<el-col :span="12">
<div class="text-div">
<div class="titleStyle">
号窑
<div style="color: #000;font-weight: 400;">上一班组下料数:</div>
号窑
<div style="color: #000;font-weight: 400;">窑头1-2下料数:</div>
</div>
<h2 style="text-align: center;">{{ GroutCount.kiln2LastGroutCount }}</h2>
</div>
@ -32,8 +32,8 @@
<el-col :span="12">
<div class="text-div">
<div class="titleStyle">
号窑
<div style="color: #000;font-weight: 400;">当前班组下料数:</div>
号窑
<div style="color: #000;font-weight: 400;">窑头2-1下料数:</div>
</div>
<h2 style="text-align: center;">{{ GroutCount.nowGroupCount }}</h2>
</div>
@ -42,7 +42,7 @@
<div class="text-div">
<div class="titleStyle">
二号窑
<div style="color: #000;font-weight: 400;">当前班组下料数:</div>
<div style="color: #000;font-weight: 400;">窑头2-2下料数:</div>
</div>
<h2 style="text-align: center;">{{ GroutCount.kiln2NowGroupCount }}</h2>
</div>