fix: 将 surfaceTreatment 字段改为 surfaceTreatmentDesc
修复产品信息和原材料信息组件中表面处理字段的命名不一致问题,统一使用 surfaceTreatmentDesc 字段
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
rawMaterialCode: this.material.rawMaterialCode || '',
|
||||
specification: this.material.specification || '',
|
||||
material: this.material.material || '',
|
||||
surfaceTreatment: this.material.surfaceTreatment || '',
|
||||
surfaceTreatment: this.material.surfaceTreatmentDesc || '',
|
||||
zincLayer: this.material.zincLayer || '',
|
||||
manufacturer: this.material.manufacturer || '',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user