This commit is contained in:
2024-09-18 17:38:59 +08:00
parent af19e15417
commit 29ab597b5d

View File

@@ -106,9 +106,9 @@
>
<vxe-colgroup title="订单信息" align="center" fixed="left">
<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="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>
@@ -118,7 +118,7 @@
<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" sortable></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>
@@ -650,8 +650,8 @@ export default {
</script>
<style lang="scss" scoped>
.app-container {
width: 1920px;
height: 1080px;
}
// .app-container {
// width: 1920px;
// height: 1080px;
// }
</style>