xiaojiao
2 天以前 b532ba8806996246ab7a0896bf34b884c47dee7e
ÏîÄ¿´úÂë/WCS/WIDESEA_WCSClient/src/views/charts/bigdata_1.vue
@@ -2,13 +2,13 @@
  <div id="big-data-container" class="big-data-container">
    <div class="head">
      <h1 style="font-size:40px;">轴承智能选配系统1号压装工位监控</h1>
      <h1 style="font-size:70px; margin-bottom: 100px; margin-top: 10px;">轴承智能选配系统2线库压装工位监控</h1>
    </div>
    <div class="data-container">
      <div class="data-right" style="width:50%;">
        <div class="data-right-item right-3">
          <div class="title" style="font-size:18px;color:white;">
            å·¦ä¾§è½´æ‰¿ä¿¡æ¯,&nbsp;第{{newZCInfo.leftTodayCount}}条轴承</div>
          <div class="title" style="font-size:68px;color:white; margin-bottom: -40px;">
            è½´ç«¯-轴承信息,&nbsp;第{{newZCInfo.leftTodayCount}}条轴承</div>
          <el-table :data="newZCInfo.leftStationInfo.wmsInfo" style="width: 100%;"
            class="styleTable">
            <el-table-column prop="name">
@@ -24,8 +24,8 @@
      </div>
      <div class="data-right" style="width:50%;">
        <div class="data-right-item right-3">
          <div class="title" style="font-size:18px;color:white;">
            å³ä¾§è½´æ‰¿ä¿¡æ¯&nbsp;第{{newZCInfo.rightTodayCount}}条轴承</div>
          <div class="title" style="font-size:68px;color:white; margin-bottom: -40px;">
            éžè½´ç«¯-轴承信息&nbsp;第{{newZCInfo.rightTodayCount}}条轴承</div>
          <el-table :data="newZCInfo.rightStationInfo.wmsInfo" style="width: 100%;"
            class="styleTable">
            <el-table-column prop="name">
@@ -143,8 +143,8 @@
    QueryZCInfo() {
      let parm = {
        MainData: {
          leftEqNumber: '70114',
          rightEqNumber: '70113',
          leftEqNumber: '70101',
          rightEqNumber: '70103',
        },
      };
      this.http
@@ -273,8 +273,8 @@
::v-deep .el-table .cell {
  background-color: transparent !important;
  color: rgb(171, 185, 182);
  font-size: 23px;
  line-height: 26px !important;
  font-size: 65px;
  line-height: 75px !important;
  padding: 0px;
  margin-top: -2px !important;
  text-align: left !important;