Ben Lin
2024-10-22 969725647117eb7ca148b2e8cfa9ec8b5eb432fa
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',
  }
];