From 67cd6fb9269fa140dc66320554c31cea91d03bbb Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 15 May 2023 14:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=85=B3=E9=94=AE=E5=AD=97=E5=8F=AA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=A8=AA=E6=9D=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Report/ReportDetail.vue b/src/views/Report/ReportDetail.vue index 74da3d4..f0a1c54 100644 --- a/src/views/Report/ReportDetail.vue +++ b/src/views/Report/ReportDetail.vue @@ -235,7 +235,7 @@ export default { keyContent.push(item.text) }) keyContent = keyContent.toString().replace(/,/g, '/'); - if (keyContent == '') keyContent = '---' + if (keyContent == '') keyContent = '-' // if(keyContent.length>15){ // keyContent=keyContent.slice(0,15) +'...' // }