From 6e7823e43eb84235409f94d1acfda859afe57fca Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 10:37:52 +0800 Subject: [PATCH] 400 --- src/project/wuxi/AppHandSnapshot/Detail.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/project/wuxi/AppHandSnapshot/Detail.vue b/src/project/wuxi/AppHandSnapshot/Detail.vue index ed5ae752..218cd4a6 100644 --- a/src/project/wuxi/AppHandSnapshot/Detail.vue +++ b/src/project/wuxi/AppHandSnapshot/Detail.vue @@ -70,7 +70,7 @@
- +
@@ -204,6 +204,12 @@ export default { current: img }) }, + formatName(name) { + if (name == undefined) { + return + } + return name.substr(0, 2) + }, }, }