| | |
| | | tableData: [], |
| | | tableLoading: false, |
| | | column: [ |
| | | { label: '委托编号', prop: 'entrustCode' }, |
| | | { label: '委托编号', prop: 'entrustCode', width: '160px' }, |
| | | { label: '委托单位', prop: 'company' }, |
| | | { label: '样品名称', prop: 'sampleName' }, |
| | | { label: '样品型号', prop: 'sampleModel' }, |
| | |
| | | current: 1 |
| | | }, |
| | | tableDataLookColumn: [ |
| | | { label: '样品编号', prop: 'sampleCode' }, |
| | | { label: '样品编号', prop: 'sampleCode', width: '160px' }, |
| | | { label: '样品名称', prop: 'sample' }, |
| | | { label: '检验项分类', prop: 'inspectionItemClass' }, |
| | | { label: '检验项', prop: 'inspectionItem' }, |
| | |
| | | componentDataDelete: [], |
| | | tableLoadingDelete: false, |
| | | columnDelete: [ |
| | | { label: '样品编号', prop: 'sampleCode' }, |
| | | { label: '样品编号', prop: 'sampleCode', width: '160px' }, |
| | | { label: '检验项分类', prop: 'inspectionItemClass' }, |
| | | { label: '检验项', prop: 'inspectionItem' }, |
| | | { label: '检验项子类', prop: 'inspectionItemSubclass' }, |