From ffa59d38180c1268656b1106b043a212c50cee2f Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 9 Apr 2026 14:29:36 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-09=20=E6=96=B0=E5=A2=9E=E3=80=90Compone?= =?UTF-8?q?nt=20Where=20Used=E3=80=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/componentWhereUsed.vue | 1 - 1 file changed, 1 deletion(-) 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 },