Cloud Zhang
2024-05-16 66b9bcfc13d4cdf944b6721261abee441963bab9
src/views/tigerprojects/mes/smt/feeder/feeder/smt_feeder.data.ts
@@ -84,8 +84,8 @@
    resizable:true
  },
  {
    title: '当前使用次数',
    dataIndex: 'USE_COUNT',
    title: '已使用次数',
    dataIndex: 'USED_COUNT',
    width:100,
    sorter: true,
    resizable:true
@@ -231,7 +231,7 @@
  },
  {
    label: '当前使用次数',
    field: 'USE_COUNT',
    field: 'USED_COUNT',
    required: true,
    colProps: { span: 8 },
    component: 'Input',
@@ -315,8 +315,22 @@
    label: '加工面',
    field: 'PCB_SURFACE',
    required: true,
    component: 'Select',
    colProps: { span: 8 },
    component: 'Input',
    componentProps: {
      options: [
        {
          label: 'A面',
          value: 'A面',
          key: 'A面',
        },
        {
          label: 'B面',
          value: 'B面',
          key: 'B面',
        },
      ],
    },
  }
  ,
  {