From 612ddf682d17b265553bf27f7b44cb740d2bd80f Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 22 Dec 2025 16:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E5=9F=BA=E7=A1=80=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/equipmentCapacity.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue index 85eca8a..fbd18e9 100644 --- a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue +++ b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue @@ -117,18 +117,18 @@ export default { display: false, }, { - label: '设备名称', + label: '设备编码', prop: 'equipCode', search: true, sortable: true, span: 12, width: 120, type: 'select', - hide:true, + // hide:true, filterable: true, dicUrl: '/blade-scheduling/equipment/findList', props: { - label: 'deviceName', + label: 'deviceCode', value: 'deviceCode', }, change: val => { @@ -142,8 +142,8 @@ export default { sortable: true, span: 12, width: 120, - // disabled:true, - display:false, + disabled:true, + // display:false, }, // { // label: '设备编码',