diff --git a/src/views/3DOverview/components/LeftContentEquipmentCheck.vue b/src/views/3DOverview/components/LeftContentEquipmentCheck.vue index c4d6a14..f4a2e85 100644 --- a/src/views/3DOverview/components/LeftContentEquipmentCheck.vue +++ b/src/views/3DOverview/components/LeftContentEquipmentCheck.vue @@ -53,31 +53,31 @@ const PriorityComponent = { const tableProps = [ { prop: 'eqName', label: '设备名称', align: 'center', 'min-width': 120 }, - { prop: 'pl', label: '所属产线', align: 'center', 'min-width': 100 }, - { prop: 'warningLevel', label: '提示等级', align: 'center', 'min-width': 100, subcomponent: PriorityComponent }, + // { prop: 'pl', label: '所属产线', align: 'center', 'min-width': 100 }, + { prop: 'warningLevel', label: '提示等级', align: 'center', 'min-width': 70, subcomponent: PriorityComponent }, { prop: 'checkContent', label: '巡检内容', align: 'center', 'min-width': 120 } ] const tableData = [ - { eqName: '钢化', pl: 'A', priority: 1, checkContent: '表面检测光源和相机的卫生' }, - { eqName: '一镀', pl: 'A', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, - { eqName: '钢化', pl: 'B', priority: 3, checkContent: '边角检测设备水平的校正' }, - { eqName: '冷却', pl: 'B', priority: 2, checkContent: '表面检测光源和相机的卫生' }, - { eqName: '预热', pl: 'A', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, - { eqName: '钢后清洗机', pl: 'B', priority: 3, checkContent: '检查每日不良是否存在误检' }, - { eqName: '磨边', pl: 'B', priority: 3, checkContent: '设备表面的卫生' }, - { eqName: '打孔', pl: 'B', priority: 2, checkContent: '边角检测光源和相机的卫生' }, - { eqName: '磨边后清洗机', pl: 'B', priority: 1, checkContent: '边角检测光源和相机的卫生' }, - { eqName: '冷却', pl: 'B', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, - { eqName: '丝印', pl: 'B', priority: 3, checkContent: '操作台保持整洁' }, - { eqName: '丝印', pl: 'A', priority: 2, checkContent: '检查每日不良是否存在误检' }, - { eqName: '钢化', pl: 'B', priority: 2, checkContent: '检查每日不良是否存在误检' }, - { eqName: '冷却', pl: 'A', priority: 2, checkContent: '辊道下方的碎玻璃清理' }, - { eqName: '下片', pl: 'A', priority: 1, checkContent: '水冷机内水量充足并且清洁' }, - { eqName: '钢化', pl: 'A', priority: 2, checkContent: '操作台保持整洁' }, - { eqName: '预热', pl: 'B', priority: 3, checkContent: '水冷机内水量充足并且清洁' }, - { eqName: '磨边后清洗机', pl: 'A', priority: 2, checkContent: '水冷机内水量充足并且清洁' }, - { eqName: '上片', pl: 'B', priority: 3, checkContent: '边角检测光源和相机的卫生' }, - { eqName: '预热', pl: 'A', priority: 2, checkContent: '表面检测光源和相机的卫生' } + { eqName: 'A1钢化', pl: 'A', priority: 1, checkContent: '表面检测光源和相机的卫生' }, + // { eqName: '一镀', pl: 'A', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, + { eqName: 'B2钢化', pl: 'B', priority: 3, checkContent: '边角检测设备水平的校正' }, + { eqName: 'B1冷却机', pl: 'B', priority: 2, checkContent: '表面检测光源和相机的卫生' }, + // { eqName: '预热', pl: 'A', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, + { eqName: 'B1钢后清洗机', pl: 'B', priority: 3, checkContent: '检查每日不良是否存在误检' }, + { eqName: 'B2磨边', pl: 'B', priority: 3, checkContent: '设备表面的卫生' }, + { eqName: 'B1打孔', pl: 'B', priority: 2, checkContent: '边角检测光源和相机的卫生' }, + { eqName: 'B1磨边后清洗机', pl: 'B', priority: 1, checkContent: '边角检测光源和相机的卫生' }, + // { eqName: '冷却', pl: 'B', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, + // { eqName: '丝印', pl: 'B', priority: 3, checkContent: '操作台保持整洁' }, + // { eqName: '丝印', pl: 'A', priority: 2, checkContent: '检查每日不良是否存在误检' }, + { eqName: 'B1钢化', pl: 'B', priority: 2, checkContent: '检查每日不良是否存在误检' }, + // { eqName: '冷却', pl: 'A', priority: 2, checkContent: '辊道下方的碎玻璃清理' }, + { eqName: 'A1下片', pl: 'A', priority: 1, checkContent: '水冷机内水量充足并且清洁' }, + { eqName: 'A2钢化', pl: 'A', priority: 2, checkContent: '操作台保持整洁' }, + // { eqName: '预热', pl: 'B', priority: 3, checkContent: '水冷机内水量充足并且清洁' }, + { eqName: 'A3磨边后清洗机', pl: 'A', priority: 2, checkContent: '水冷机内水量充足并且清洁' }, + { eqName: 'B3上片', pl: 'B', priority: 3, checkContent: '边角检测光源和相机的卫生' }, + // { eqName: '预热', pl: 'A', priority: 2, checkContent: '表面检测光源和相机的卫生' } ] export default { diff --git a/src/views/3DOverview/v3dApp/data.js b/src/views/3DOverview/v3dApp/data.js index b171d3c..886fab9 100644 --- a/src/views/3DOverview/v3dApp/data.js +++ b/src/views/3DOverview/v3dApp/data.js @@ -1,73 +1,73 @@ export default [ - { id: 'C1-0', pl: 'A', name: '上片', amount: 32, status: '生产中' }, - { id: 'C1-1', pl: 'A', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C1-2', pl: 'A', name: '磨边', amount: 32, status: '调试中' }, - { id: 'C1-3', pl: 'A', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C1-4', pl: 'A', name: '打孔', amount: 32, status: '生产中' }, - { id: 'C1-5', pl: 'A', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C1-6', pl: 'A', name: '丝印', amount: 32, status: '生产中' }, - { id: 'C1-7', pl: 'A', name: '固化', amount: 32, status: '生产中' }, - { id: 'C1-8', pl: 'A', name: '储片', amount: 32, status: '生产中' }, - { id: 'C1-9', pl: 'A', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C1-10', pl: 'A', name: '下片', amount: 32, status: '生产中' }, + { id: 'C1-0', pl: 'A1', name: 'A1上片', amount: 32, status: '生产中' }, + { id: 'C1-1', pl: 'A1', name: 'A1磨边', amount: 32, status: '生产中' }, + { id: 'C1-2', pl: 'A1', name: 'A1磨边后清洗', amount: 32, status: '调试中' }, + { id: 'C1-3', pl: 'A1', name: 'A1打孔', amount: 32, status: '生产中' }, + { id: 'C1-4', pl: 'A1', name: 'A1打孔后清洗', amount: 32, status: '生产中' }, + { id: 'C1-5', pl: 'A1', name: 'A1丝印', amount: 32, status: '生产中' }, + { id: 'C1-6', pl: 'A1', name: 'A1固化', amount: 32, status: '生产中' }, + { id: 'C1-7', pl: 'A1', name: 'A1储片', amount: 32, status: '生产中' }, + { id: 'C1-8', pl: 'A1', name: 'A1钢化', amount: 32, status: '生产中' }, + { id: 'C1-9', pl: 'A1', name: 'A1钢化后清洗', amount: 32, status: '生产中' }, + { id: 'C1-10', pl: 'A1', name: 'A1下片', amount: 32, status: '生产中' }, - { id: 'C2-0', pl: 'B', name: '上片', amount: 32, status: '调试中' }, - { id: 'C2-1', pl: 'B', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C2-2', pl: 'B', name: '磨边', amount: 32, status: '调试中' }, - { id: 'C2-3', pl: 'B', name: '清洗', amount: 32, status: '调试中' }, - { id: 'C2-4', pl: 'B', name: '打孔', amount: 32, status: '调试中' }, - { id: 'C2-5', pl: 'B', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C2-6', pl: 'B', name: '丝印', amount: 32, status: '生产中' }, - { id: 'C2-7', pl: 'B', name: '固化', amount: 32, status: '生产中' }, - { id: 'C2-8', pl: 'B', name: '储片', amount: 32, status: '生产中' }, - { id: 'C2-9', pl: 'B', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C2-10', pl: 'B', name: '下片', amount: 32, status: '生产中' }, + { id: 'C2-0', pl: 'A2', name: 'A2上片', amount: 32, status: '调试中' }, + { id: 'C2-1', pl: 'A2', name: 'A2磨边', amount: 32, status: '生产中' }, + { id: 'C2-2', pl: 'A2', name: 'A2磨边后清洗', amount: 32, status: '调试中' }, + { id: 'C2-3', pl: 'A2', name: 'A2打孔', amount: 32, status: '调试中' }, + { id: 'C2-4', pl: 'A2', name: 'A2打孔后清洗', amount: 32, status: '调试中' }, + { id: 'C2-5', pl: 'A2', name: 'A2丝印', amount: 32, status: '生产中' }, + { id: 'C2-6', pl: 'A2', name: 'A2固化', amount: 32, status: '生产中' }, + { id: 'C2-7', pl: 'A2', name: 'A2储片', amount: 32, status: '生产中' }, + { id: 'C2-8', pl: 'A2', name: 'A2钢化', amount: 32, status: '生产中' }, + { id: 'C2-9', pl: 'A2', name: 'A2钢化后清洗', amount: 32, status: '生产中' }, + { id: 'C2-10', pl: 'A2', name: 'A2下片', amount: 32, status: '生产中' }, - { id: 'C3-0', pl: 'C', name: '上片', amount: 32, status: '生产中' }, - { id: 'C3-1', pl: 'C', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C3-2', pl: 'C', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C3-3', pl: 'C', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C3-4', pl: 'C', name: '打孔', amount: 32, status: '生产中' }, - { id: 'C3-5', pl: 'C', name: '清洗', amount: 32, status: '故障' }, - { id: 'C3-6', pl: 'C', name: '丝印', amount: 32, status: '生产中' }, - { id: 'C3-7', pl: 'C', name: '固化', amount: 32, status: '生产中' }, - { id: 'C3-8', pl: 'C', name: '储片', amount: 32, status: '生产中' }, - { id: 'C3-9', pl: 'C', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C3-10', pl: 'C', name: '下片', amount: 32, status: '生产中' }, + { id: 'C3-0', pl: 'A3', name: 'A1上片', amount: 32, status: '生产中' }, + { id: 'C3-1', pl: 'A3', name: 'A1磨边', amount: 32, status: '生产中' }, + { id: 'C3-2', pl: 'A3', name: 'A1磨边后清洗', amount: 32, status: '生产中' }, + { id: 'C3-3', pl: 'A3', name: 'A1打孔', amount: 32, status: '生产中' }, + { id: 'C3-4', pl: 'A3', name: 'A1打孔后清洗', amount: 32, status: '生产中' }, + { id: 'C3-5', pl: 'A3', name: 'A1丝印', amount: 32, status: '故障' }, + { id: 'C3-6', pl: 'A3', name: 'A1固化', amount: 32, status: '生产中' }, + { id: 'C3-7', pl: 'A3', name: 'A1储片', amount: 32, status: '生产中' }, + { id: 'C3-8', pl: 'A3', name: 'A1钢化', amount: 32, status: '生产中' }, + { id: 'C3-9', pl: 'A3', name: 'A1钢化后清洗', amount: 32, status: '生产中' }, + { id: 'C3-10', pl: 'A3', name: 'A1下片', amount: 32, status: '生产中' }, - { id: 'C4-0', pl: 'D', name: '上片', amount: 32, status: '故障' }, - { id: 'C4-1', pl: 'D', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C4-2', pl: 'D', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C4-3', pl: 'D', name: '清洗', amount: 32, status: '故障' }, - { id: 'C4-4', pl: 'D', name: '打孔', amount: 32, status: '故障' }, - { id: 'C4-5', pl: 'D', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C4-6', pl: 'D', name: '丝印', amount: 32, status: '生产中' }, - { id: 'C4-7', pl: 'D', name: '固化', amount: 32, status: '生产中' }, - { id: 'C4-8', pl: 'D', name: '储片', amount: 32, status: '生产中' }, - { id: 'C4-9', pl: 'D', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C4-10', pl: 'D', name: '下片', amount: 32, status: '生产中' }, + { id: 'C4-0', pl: 'D', name: 'A1上片', amount: 32, status: '故障' }, + { id: 'C4-1', pl: 'D', name: 'A1磨边', amount: 32, status: '生产中' }, + { id: 'C4-2', pl: 'D', name: 'A1磨边后清洗', amount: 32, status: '生产中' }, + { id: 'C4-3', pl: 'D', name: 'A1打孔', amount: 32, status: '故障' }, + { id: 'C4-4', pl: 'D', name: 'A1打孔后清洗', amount: 32, status: '故障' }, + { id: 'C4-5', pl: 'D', name: 'A1丝印', amount: 32, status: '生产中' }, + { id: 'C4-6', pl: 'D', name: 'A1固化', amount: 32, status: '生产中' }, + { id: 'C4-7', pl: 'D', name: 'A1储片', amount: 32, status: '生产中' }, + { id: 'C4-8', pl: 'D', name: 'A1钢化', amount: 32, status: '生产中' }, + { id: 'C4-9', pl: 'D', name: 'A1钢化后清洗', amount: 32, status: '生产中' }, + { id: 'C4-10', pl: 'D', name: 'A1下片', amount: 32, status: '生产中' }, - { id: 'C5-0', pl: 'E', name: '上片', amount: 32, status: '生产中' }, - { id: 'C5-1', pl: 'E', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C5-2', pl: 'E', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C5-3', pl: 'E', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C5-4', pl: 'E', name: '打孔', amount: 32, status: '生产中' }, - { id: 'C5-5', pl: 'E', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C5-6', pl: 'E', name: '丝印', amount: 32, status: '生产中' }, - { id: 'C5-7', pl: 'E', name: '固化', amount: 32, status: '生产中' }, - { id: 'C5-8', pl: 'E', name: '储片', amount: 32, status: '生产中' }, - { id: 'C5-9', pl: 'E', name: '清洗', amount: 32, status: '生产中' }, - // { id: 'C5-10', pl: 'E', name: '下片', amount: 32, status: '生产中' }, + { id: 'C5-0', pl: 'E', name: 'A1上片', amount: 32, status: '生产中' }, + { id: 'C5-1', pl: 'E', name: 'A1磨边', amount: 32, status: '生产中' }, + { id: 'C5-2', pl: 'E', name: 'A1磨边后清洗', amount: 32, status: '生产中' }, + { id: 'C5-3', pl: 'E', name: 'A1打孔', amount: 32, status: '生产中' }, + { id: 'C5-4', pl: 'E', name: 'A1打孔后清洗', amount: 32, status: '生产中' }, + { id: 'C5-5', pl: 'E', name: 'A1丝印', amount: 32, status: '生产中' }, + { id: 'C5-6', pl: 'E', name: 'A1固化', amount: 32, status: '生产中' }, + { id: 'C5-7', pl: 'E', name: 'A1储片', amount: 32, status: '生产中' }, + { id: 'C5-8', pl: 'E', name: 'A1钢化', amount: 32, status: '生产中' }, + { id: 'C5-9', pl: 'E', name: 'A1钢化后清洗', amount: 32, status: '生产中' }, + // { id: 'C5-10', pl: 'E', name: 'A1下片', amount: 32, status: '生产中' }, - { id: 'C6-0', pl: 'F', name: '上片', amount: 32, status: '生产中' }, - { id: 'C6-1', pl: 'F', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C6-2', pl: 'F', name: '磨边', amount: 32, status: '生产中' }, - { id: 'C6-3', pl: 'F', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C6-4', pl: 'F', name: '打孔', amount: 32, status: '生产中' }, - { id: 'C6-5', pl: 'F', name: '清洗', amount: 32, status: '生产中' }, - { id: 'C6-6', pl: 'F', name: '丝印', amount: 32, status: '生产中' }, - { id: 'C6-7', pl: 'F', name: '固化', amount: 32, status: '故障' }, - { id: 'C6-8', pl: 'F', name: '储片', amount: 32, status: '故障' }, - // { id: 'C6-9', pl: 'F', name: '清洗', amount: 32, status: '生产中' }, - // { id: 'C6-10', pl: 'F', name: '下片', amount: 32, status: '生产中' }, + { id: 'C6-0', pl: 'F', name: 'A1上片', amount: 32, status: '生产中' }, + { id: 'C6-1', pl: 'F', name: 'A1磨边', amount: 32, status: '生产中' }, + { id: 'C6-2', pl: 'F', name: 'A1磨边后清洗', amount: 32, status: '生产中' }, + { id: 'C6-3', pl: 'F', name: 'A1打孔', amount: 32, status: '生产中' }, + { id: 'C6-4', pl: 'F', name: 'A1打孔后清洗', amount: 32, status: '生产中' }, + { id: 'C6-5', pl: 'F', name: 'A1丝印', amount: 32, status: '生产中' }, + { id: 'C6-6', pl: 'F', name: 'A1固化', amount: 32, status: '生产中' }, + { id: 'C6-7', pl: 'F', name: 'A1储片', amount: 32, status: '故障' }, + { id: 'C6-8', pl: 'F', name: 'A1钢化', amount: 32, status: '故障' }, + // { id: 'C6-9', pl: 'F', name: 'A1钢化后清洗', amount: 32, status: '生产中' }, + // { id: 'C6-10', pl: 'F', name: 'A1下片', amount: 32, status: '生产中' }, ] \ No newline at end of file