From fc6d0c7b35a64076b5578e4ba435e73269f0208d Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Wed, 31 Jul 2024 16:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AD=E5=BF=83=E5=A4=84?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=88=97=E8=A1=A8=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../personnel-manage/components/site.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue index da44b03a..a5dc68c8 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue @@ -222,25 +222,25 @@ - - + min-width="100" /> + min-width="100" /> - + + min-width="100"> + show-overflow-tooltip sortable="custom" min-width="210" /> + show-overflow-tooltip sortable min-width="210" /> @@ -433,10 +433,10 @@ export default { return ( TrialSiteSelectList.SiteName.toLowerCase().indexOf( queryString.toLowerCase() - ) === 0 || + ) >= 0 || TrialSiteSelectList.AliasName.toLowerCase().indexOf( queryString.toLowerCase() - ) === 0 + ) >= 0 ); }; },