diff --git a/src/views/modules/part/componentWhereUsed.vue b/src/views/modules/part/componentWhereUsed.vue index 402d1f7..389b17b 100644 --- a/src/views/modules/part/componentWhereUsed.vue +++ b/src/views/modules/part/componentWhereUsed.vue @@ -95,7 +95,6 @@ export default { limit: 50 }, columnList: [ - { columnProp: 'site', columnLabel: '工厂', headerAlign: 'center', align: 'center', columnSortable: false, columnHidden: false, showOverflowTooltip: true, fixed: '', columnWidth: 80 }, { columnProp: 'parentPartNo', columnLabel: '父件编码', headerAlign: 'center', align: 'left', columnSortable: false, columnHidden: false, showOverflowTooltip: true, fixed: '', columnWidth: 130 }, { columnProp: 'parentPartDesc', columnLabel: '父件描述', headerAlign: 'center', align: 'left', columnSortable: false, columnHidden: false, showOverflowTooltip: true, fixed: '', columnWidth: 180 }, { columnProp: 'parentPartType', columnLabel: '父件零件类型', headerAlign: 'center', align: 'center', columnSortable: false, columnHidden: false, showOverflowTooltip: true, fixed: '', columnWidth: 120 },