yangys
2024-12-09 2c74d642b2daac5af246229cd87d8bc211da053d
修改文字
已修改2个文件
4 ■■■■ 文件已修改
src/views/mdc/first-workpiece-detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/first-workpiece.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/first-workpiece-detail.vue
@@ -69,7 +69,7 @@
                {title:'零件号',width: '80px'},
                {title:'工序号',width: '80px'},
                {title:'版次',width: '60px'},
                {title:'机床',width: '100px'},
                {title:'工位',width: '100px'},
                {title:'开始时间',width: '145px'},
                {title:'结束时间',width: '145px'},
                {title:'占机时间',width: '100px'},
src/views/mdc/first-workpiece.vue
@@ -44,7 +44,7 @@
                            <el-table-column prop="partNo" label="零件号" width="80"></el-table-column>
                            <el-table-column prop="processNo" label="工序号" width="80"></el-table-column>
                            <el-table-column prop="version" label="版次" width="60"></el-table-column>
                            <el-table-column prop="workstationName" label="机床" width="100"></el-table-column>
                            <el-table-column prop="workstationName" label="工位" width="100"></el-table-column>
                            <el-table-column prop="startTime" label="开始时间" width="145"></el-table-column>
                            <el-table-column prop="endTime" label="结束时间" width="145"></el-table-column>
                            <el-table-column prop="occupancySecs" label="占机时间" width="100">