zouyu
2024-02-29 363678a54142e62fdd4ca39a0db5c54af1a704dc
src/const/crud/customerOrder/customerOrderForm.js
@@ -31,6 +31,9 @@
  refreshBtn: false, // 是否显示刷新按钮
  columnBtn: false, // 是否显示显影按钮H
  column: [{
    prop: 'id',
    hide:true
  },{
    label: '零件号',
    slot: true,
    formSlot: true,
@@ -44,7 +47,7 @@
    cell: true,
    type: 'input',
    minWidth: 200,
    span: 24
    span: 24,
  }, {
    label: '规格型号',
    prop: 'customerPartSpec',