|
|
@@ -76,17 +76,17 @@ export const tableHeader = (selectEquiType) => {
|
|
|
case 6: //'模具'
|
|
|
return [
|
|
|
{ label: '型号', prop: 'modelType', width: '150' },
|
|
|
- { label: '规格', prop: 'specification', width: '150' },
|
|
|
- { label: '牌号', prop: 'brandNum', width: '50' },
|
|
|
- {
|
|
|
- label: '收缩系数',
|
|
|
- prop: '',
|
|
|
- formatter(row) {
|
|
|
- if (!row?.extendField) return '';
|
|
|
- const extendField = JSON.parse(row.extendField);
|
|
|
- return extendField.shrinkageCoefficient;
|
|
|
- }
|
|
|
- }
|
|
|
+ { label: '规格', prop: 'specification', width: '150' }
|
|
|
+ // { label: '牌号', prop: 'brandNum', width: '50' },
|
|
|
+ // {
|
|
|
+ // label: '收缩系数',
|
|
|
+ // prop: '',
|
|
|
+ // formatter(row) {
|
|
|
+ // if (!row?.extendField) return '';
|
|
|
+ // const extendField = JSON.parse(row.extendField);
|
|
|
+ // return extendField.shrinkageCoefficient;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
];
|
|
|
case 7: //'备品备件'
|
|
|
return [
|