| | |
| | | formOptions: { |
| | | schema: [ |
| | | { |
| | | fieldName: 'code', |
| | | fieldName: 'paramCode', |
| | | label: '参数编码', |
| | | component: 'Input', |
| | | componentProps: { |
| | |
| | | }, |
| | | }, |
| | | { |
| | | fieldName: 'name', |
| | | fieldName: 'paramName', |
| | | label: '参数名称', |
| | | component: 'Input', |
| | | componentProps: { |
| | |
| | | gridOptions: { |
| | | columns: [ |
| | | { type: 'checkbox', width: 50 }, |
| | | { field: 'code', title: '参数编码', minWidth: 150 }, |
| | | { field: 'name', title: '参数名称', minWidth: 180 }, |
| | | { field: 'paramCode', title: '参数编码', minWidth: 150 }, |
| | | { field: 'paramName', title: '参数名称', minWidth: 180 }, |
| | | { |
| | | field: 'type', |
| | | field: 'paramType', |
| | | title: '参数类型', |
| | | width: 120, |
| | | cellRender: { |
| | |
| | | props: { type: DICT_TYPE.MES_PD_PARAM_TYPE }, |
| | | }, |
| | | }, |
| | | { field: 'unit', title: '单位', width: 80 }, |
| | | { field: 'unitMeasureName', title: '单位', width: 80 }, |
| | | { |
| | | field: 'requiredFlag', |
| | | field: 'required', |
| | | title: '是否必填', |
| | | width: 90, |
| | | cellRender: { |