| | |
| | | title: '精度参数编码', |
| | | dataIndex: 'precisionParametersNum', |
| | | align: "center", |
| | | width:250, |
| | | // width:250, |
| | | }, |
| | | { |
| | | title: '精度参数名称', |
| | | dataIndex: 'precisionParametersName', |
| | | align: "center", |
| | | width:250, |
| | | // width:250, |
| | | }, |
| | | { |
| | | title: '计量单位', |
| | | dataIndex: 'precisionParametersUnitName', |
| | | align: "center", |
| | | width:250, |
| | | // width:250, |
| | | }, |
| | | { |
| | | title: '上限值', |
| | |
| | | // scopedSlots: { |
| | | // customRender: 'upperLimit' |
| | | // }, |
| | | width:250, |
| | | // width:250, |
| | | }, |
| | | { |
| | | title: '下限值', |
| | |
| | | // scopedSlots: { |
| | | // customRender: 'lowerLimit' |
| | | // }, |
| | | width:250, |
| | | // width:250, |
| | | }, |
| | | { |
| | | title: '实际精度值', |
| | |
| | | // scopedSlots: { |
| | | // customRender: 'actualValue' |
| | | // }, |
| | | width:250, |
| | | // width:250, |
| | | }, |
| | | { |
| | | title: '备注', |
| | |
| | | title: '工艺参数编码', |
| | | align: "center", |
| | | dataIndex: 'processParametersNum', |
| | | width:350, |
| | | // width:350, |
| | | }, |
| | | { |
| | | title: '工艺参数名称', |
| | | align: "center", |
| | | dataIndex: 'processParametersName', |
| | | width:350, |
| | | // width:350, |
| | | }, |
| | | { |
| | | title: '计量单位', |
| | | align: "center", |
| | | dataIndex: 'processParametersUnitName', |
| | | width:350, |
| | | // width:350, |
| | | }, |
| | | { |
| | | title: '参数值', |
| | |
| | | // scopedSlots: { |
| | | // customRender: 'parametersValue' |
| | | // }, |
| | | width:350, |
| | | // width:350, |
| | | }, |
| | | { |
| | | title: '备注', |
| | |
| | | this.selectedRowKeys = selectedRowKeys; |
| | | this.selectionRows = selectionRows; |
| | | }, |
| | | |
| | | |
| | | |
| | | }, |
| | | mounted(){ |