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: '设备编码',