| | |
| | | <a-descriptions-item label="最大镗孔直径">{{ this.para == null || this.para.maxBoringDiameter == null ? '' : this.para.maxBoringDiameter }}</a-descriptions-item> |
| | | <a-descriptions-item label="加工方式">{{ this.para == null || this.para.processingmethod == null ? '' : this.para.processingmethod }}</a-descriptions-item> |
| | | <a-descriptions-item label="刀头数">{{ this.para == null || this.para.headsNumber == null ? '' : this.para.headsNumber }}</a-descriptions-item> |
| | | <a-descriptions-item label="导向长度">{{ this.para == null || this.para.guidanceLength == null ? '' : this.para.guidanceLength }}</a-descriptions-item> |
| | | <a-descriptions-item label="导向直径">{{ this.para == null || this.para.guidanceDiameter == null ? '' : this.para.guidanceDiameter }}</a-descriptions-item> |
| | | |
| | | </a-descriptions> |
| | | |