Browse Source

更新

master
朱文强 7 months ago
parent
commit
a710c5ca46
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      src/views/modules/bottomInfo.vue

+ 7
- 7
src/views/modules/bottomInfo.vue View File

@@ -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…
Cancel
Save