diff --git a/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue b/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue index 7f9eec61..bc05b4e0 100644 --- a/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue +++ b/klp-ui/src/components/KLPService/Renderer/ProductInfo.vue @@ -69,7 +69,7 @@ export default { productCode: this.product.productCode || '', specification: this.product.specification || '', material: this.product.material || '', - surfaceTreatment: this.product.surfaceTreatment || '', + surfaceTreatment: this.product.surfaceTreatmentDesc || '', zincLayer: this.product.zincLayer || '', manufacturer: this.product.manufacturer || '', }; diff --git a/klp-ui/src/components/KLPService/Renderer/RawMaterialInfo.vue b/klp-ui/src/components/KLPService/Renderer/RawMaterialInfo.vue index 927a002a..8ba74d8e 100644 --- a/klp-ui/src/components/KLPService/Renderer/RawMaterialInfo.vue +++ b/klp-ui/src/components/KLPService/Renderer/RawMaterialInfo.vue @@ -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 || '', };