1
Cloud Zhang
2024-05-23 f59b0420002bbe6d10e754d1167c7c6cd1b5059c
src/views/tigerprojects/mes/smt/tool/smt_maintain/smt_mt_maintain.data.ts
@@ -94,7 +94,7 @@
    label: '工具编码',
    field: 'TOOL_CODE',
    required: true,
    colProps: { span: 12 },
    colProps: { span: 24 },
    component: 'Input',
  },
  {
@@ -107,7 +107,7 @@
    label: '保养项目编码',
    field: 'PROJ_CODE',
    required: true,
    colProps: { span: 12 },
    colProps: { span: 24 },
    component: 'Input',
  },
  {
@@ -115,7 +115,7 @@
    field: 'RESULT',
    required: true,
    component: 'ApiSelect',
    colProps: { span: 12 },
    colProps: { span: 24 },
    componentProps: {
      api: optionsListApi,
      resultField: 'Data',
@@ -127,7 +127,7 @@
    label: '备注',
    field: 'REMARK',
    required: true,
    colProps: { span: 12 },
    colProps: { span: 24 },
    component: 'Input',
  }
];