1
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
resizable
|
||||
:header-cell-style="headerCellStyle"
|
||||
ref="xTable"
|
||||
:show-overflow="false"
|
||||
:column-config="{ resizable: true }"
|
||||
:loading="loading"
|
||||
:data="QualityStatisticsTable"
|
||||
@@ -104,22 +105,22 @@
|
||||
:row-config="{ isHover: true, isCurrent: true, height: 60 }"
|
||||
>
|
||||
<vxe-colgroup title="订单信息" align="center" fixed="left">
|
||||
<vxe-column field="workorderId" title="工单号" width="120px"></vxe-column>
|
||||
<vxe-column field="finishedPartNumber" title="零件号" width="180px"></vxe-column>
|
||||
<vxe-column field="color" title="颜色" width="100px"></vxe-column>
|
||||
<vxe-column field="productDescription" title="描述" width="100px"></vxe-column>
|
||||
<vxe-column field="requireNumber" title="投入数" width="80px"></vxe-column>
|
||||
<vxe-column field="team" title="班次"></vxe-column>
|
||||
<vxe-column field="qualifiedNumber" title="合格数" width="80px"></vxe-column>
|
||||
<vxe-column title="合格率" width="80px">
|
||||
<vxe-column field="workorderId" title="工单号" width="140px" sortable></vxe-column>
|
||||
<vxe-column field="finishedPartNumber" title="零件号" min-width="120px" sortable></vxe-column>
|
||||
<vxe-column field="color" title="颜色" min-width="100px" sortable></vxe-column>
|
||||
<vxe-column field="productDescription" title="描述" min-width="100px" ></vxe-column>
|
||||
<vxe-column field="requireNumber" title="生 产 投 入 数" min-width="60px"></vxe-column>
|
||||
<vxe-column field="team" title="班次" sortable></vxe-column>
|
||||
<vxe-column field="qualifiedNumber" title="合 格 数" min-width="60px"></vxe-column>
|
||||
<vxe-column title="合格率" min-width="70px">
|
||||
<template #default="{ row }"> {{ offsetRate(row.qualifiedRate) }}% </template>
|
||||
</vxe-column>
|
||||
<vxe-column field="paoguangTotal" title="抛光总数" min-width="60px"></vxe-column>
|
||||
<vxe-column field="damoTotal" title="打磨总数" min-width="60px"></vxe-column>
|
||||
<vxe-column field="baofeiTotal" title="报废总数" min-width="60px"></vxe-column>
|
||||
<vxe-column field="startTime" title="开始时间" width="120px"></vxe-column>
|
||||
<vxe-column field="endTime" title="结束时间" width="120px"></vxe-column>
|
||||
<vxe-column field="remark" title="备注" width="60px"> </vxe-column>
|
||||
<vxe-column field="startTime" title="开始时间" width="120px" sortable></vxe-column>
|
||||
<vxe-column field="endTime" title="结束时间" width="120px" sortable></vxe-column>
|
||||
<vxe-column field="remark" title="备注" width="60px"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
|
||||
<vxe-colgroup title="油漆" align="center">
|
||||
|
||||
Reference in New Issue
Block a user