| | |
| | | { |
| | | title: '检验项目分类', |
| | | align: "center", |
| | | dataIndex: 'itemCategoryName' |
| | | dataIndex: 'itemCategory_dictText' |
| | | }, |
| | | { |
| | | title: '定量/定性', |
| | | align: "center", |
| | | dataIndex: 'qualitativeOrQuantitativeName' |
| | | dataIndex: 'qualitativeOrQuantitative_dictText' |
| | | }, |
| | | { |
| | | title: '测量工具', |
| | | align: "center", |
| | | dataIndex: 'inspectionToolsNames' |
| | | dataIndex: 'inspectionToolNames' |
| | | }, |
| | | { |
| | | title: '备注', |
| | |
| | | } |
| | | ], |
| | | url: { |
| | | list: '/qms/inspectionItem/queryList', |
| | | list: '/qms/inspectionItem/list', |
| | | delete: '/qms/inspectionItem/delete', |
| | | active: '/qms/inspectionItem/active', |
| | | }, |