From 8f274aad894f6a705c9e86f34f9e1b4bc7ae238f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 30 Aug 2024 11:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96tag=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E4=B9=B1=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dicom/DicomTags.vue | 121 +++++++++++++++++++++++++---- 1 file changed, 105 insertions(+), 16 deletions(-) diff --git a/src/components/Dicom/DicomTags.vue b/src/components/Dicom/DicomTags.vue index e44636ae..c0d859b2 100644 --- a/src/components/Dicom/DicomTags.vue +++ b/src/components/Dicom/DicomTags.vue @@ -36,7 +36,7 @@ sortable /> ' - return linkText - }, isASCII(str) { return /^[\x00-\x7F]*$/.test(str) },