| | |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | | dataIndex: '', |
| | | key:'rowIndex', |
| | | dataIndex:'sort', |
| | | width:100, |
| | | align:"center", |
| | | customRender:function (t,r,index) { |
| | | return parseInt(index)+1; |
| | | } |
| | | }, |
| | | { |
| | | title:'精度参数编码', |
| | | align:"center", |
| | | dataIndex: 'precisionParametersNum', |
| | | width:400 |
| | | }, |
| | | { |
| | | title:'精度参数名称', |
| | | title:'检验项目名称', |
| | | align:"center", |
| | | dataIndex: 'precisionParametersName', |
| | | width:400 |
| | | }, |
| | | { |
| | | title:'精度参数分类', |
| | | title:'位置', |
| | | align:"center", |
| | | dataIndex: 'precisionParametersCategory', |
| | | dataIndex: 'precisionParametersUda1', |
| | | width:400 |
| | | }, |
| | | { |
| | | title:'计量单位', |
| | | title:'允差(mm)', |
| | | align:"center", |
| | | dataIndex: 'unit', |
| | | dataIndex: 'tolerance', |
| | | width:400 |
| | | }, |
| | | ], |
| | | url: { |