更新
This commit is contained in:
parent
9b4aaa12ea
commit
a710c5ca46
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2023-01-04 10:29:40
|
* @Date: 2023-01-04 10:29:40
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2024-01-29 15:17:11
|
* @LastEditTime: 2024-02-01 09:35:32
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="text-div">
|
<div class="text-div">
|
||||||
<div class="titleStyle">
|
<div class="titleStyle">
|
||||||
一号窑
|
一号窑
|
||||||
<div style="color: #000;font-weight: 400;">上一班组下料数:</div>
|
<div style="color: #000;font-weight: 400;">窑头1-1下料数:</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;">{{ GroutCount.lastGroutCount }}</h2>
|
<h2 style="text-align: center;">{{ GroutCount.lastGroutCount }}</h2>
|
||||||
</div>
|
</div>
|
||||||
@ -23,8 +23,8 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<div class="text-div">
|
<div class="text-div">
|
||||||
<div class="titleStyle">
|
<div class="titleStyle">
|
||||||
二号窑
|
一号窑
|
||||||
<div style="color: #000;font-weight: 400;">上一班组下料数:</div>
|
<div style="color: #000;font-weight: 400;">窑头1-2下料数:</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;">{{ GroutCount.kiln2LastGroutCount }}</h2>
|
<h2 style="text-align: center;">{{ GroutCount.kiln2LastGroutCount }}</h2>
|
||||||
</div>
|
</div>
|
||||||
@ -32,8 +32,8 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<div class="text-div">
|
<div class="text-div">
|
||||||
<div class="titleStyle">
|
<div class="titleStyle">
|
||||||
一号窑
|
二号窑
|
||||||
<div style="color: #000;font-weight: 400;">当前班组下料数:</div>
|
<div style="color: #000;font-weight: 400;">窑头2-1下料数:</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;">{{ GroutCount.nowGroupCount }}</h2>
|
<h2 style="text-align: center;">{{ GroutCount.nowGroupCount }}</h2>
|
||||||
</div>
|
</div>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
<div class="text-div">
|
<div class="text-div">
|
||||||
<div class="titleStyle">
|
<div class="titleStyle">
|
||||||
二号窑
|
二号窑
|
||||||
<div style="color: #000;font-weight: 400;">当前班组下料数:</div>
|
<div style="color: #000;font-weight: 400;">窑头2-2下料数:</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;">{{ GroutCount.kiln2NowGroupCount }}</h2>
|
<h2 style="text-align: center;">{{ GroutCount.kiln2NowGroupCount }}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user