diff --git a/src/views/modules/base/partInformation.vue b/src/views/modules/base/partInformation.vue index 563ed53..6d5f708 100644 --- a/src/views/modules/base/partInformation.vue +++ b/src/views/modules/base/partInformation.vue @@ -612,7 +612,7 @@
- {{scope.row.textValue?scope.row.textValue:scope.row.numValue}} + {{scope.row.valueTypeDb==='T'?scope.row.textValue:scope.row.numValue}}