From b291481315876c1b6bccb1041dabf2aa54e17a02 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 17 Jun 2024 17:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/partInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}