春风项目四线(合箱线、总装线)
hdy
2024-01-24 941264f37a73fa4736b9d1e12d85afbb5360c346
修改-总装上线
已修改1个文件
8 ■■■■■ 文件已修改
jcdm-ui/src/views/main/kb/engineCheck/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jcdm-ui/src/views/main/kb/engineCheck/index.vue
@@ -5,7 +5,7 @@
        <div class="container" type="flex" justify="center" style="text-align:center">
<!--          <el-row   type="flex" justify="center" style="text-align:center;height: 12px" >-->
<!--            <el-col  type="flex" justify="center"  :span="14" style="text-align:center">-->
              <span style="font-size:22px;color:black"><strong>发动机数据检查</strong></span>
          <el-divider><span style="font-size:22px;color:black"><strong>发动机数据检查</strong></span></el-divider>
<!--            </el-col>-->
<!--          </el-row>-->
        </div>
@@ -54,22 +54,20 @@
     </el-col>
     <el-col :span="10"  inline style="margin-top: 5px">
       <el-tabs type="border-card"  >
         <el-card class="custom-content"  style="height: 242px;width:800px">
         <el-card class="custom-content"  style="height: 264px">
         <el-col :span="14">
           <span style="font-size:25px"><strong>质量状态</strong></span>
           <el-divider></el-divider>
           {{this.form.engineCheckList}}
         </el-col>
         </el-card>
         <el-card class="custom-content" style="margin-top: 10px;height: 242px;width:800px" >
         <el-card class="custom-content" style="height: 264px" >
         <el-col :span="14"style="  ">
           <span style="font-size:25px"><strong>最终结果</strong></span>
           <el-divider></el-divider>
           {{queryParams.productType}}
         </el-col>
         </el-card>
       </el-tabs>
     </el-col>
   </el-row>
  </div>