From ca5406a8e2026c00c3487144cca874020bb85800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E8=B4=A4=E9=87=91?= <1960116313@qq.com> Date: Thu, 14 Jul 2022 09:25:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/informationmanage/sim/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/informationmanage/sim/index.vue b/src/views/informationmanage/sim/index.vue index 65f52c5..398f4b8 100644 --- a/src/views/informationmanage/sim/index.vue +++ b/src/views/informationmanage/sim/index.vue @@ -478,7 +478,7 @@ export default { labelWidth: 130, type: "number", formatter: (val, value, label) => { - if (value == "-1") { + if (value == "-1" || value == null) { return "-"; } else { return `${value}`;