Browse Source

2025/7/16

master
Aoi_Tori 6 months ago
parent
commit
26b63e78a6
  1. 11
      src/views/modules/part/bomManagement.vue

11
src/views/modules/part/bomManagement.vue

@ -2950,6 +2950,17 @@ export default {
fixed: '',
columnWidth: 100
},
{
columnProp: 'componentPartDesc',
headerAlign: "center",
align: "left",
columnLabel: '子物料名称',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 200
},
{
columnProp: 'weightShare',
headerAlign: "center",

Loading…
Cancel
Save