From fa01acf6e69a1168e6e0549b8290c39a1ab40b73 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 23 Aug 2023 18:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=201366-OTA=E7=AE=A1=E7=90=86=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=8F=8B=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/components/historyTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue index 5ba903e9d..c519416d3 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue @@ -17,7 +17,7 @@ - {{text && text.length > 30?text.slice(0,29)+'...':text}} + {{text && text.length > 38?text.slice(0,37)+'...':text}}