From 557912138f27279bc53db2ca90fd4eaebb858a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 21 Apr 2023 18:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=80=89=E6=8B=A9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PersonnelSelection/index.vue | 594 +++--------------- 1 file changed, 91 insertions(+), 503 deletions(-) diff --git a/jero-web/src/components/PersonnelSelection/index.vue b/jero-web/src/components/PersonnelSelection/index.vue index 624287933..0286d1e23 100644 --- a/jero-web/src/components/PersonnelSelection/index.vue +++ b/jero-web/src/components/PersonnelSelection/index.vue @@ -2,98 +2,39 @@
- - - {{ item.title }} - + style="width: 100%" + :disabled="disabled" + :default-active-first-option="false" + :filter-option="false" + @search="fetchUser" + @change="handleChange" + > + + + {{ d.username }} - - - - - - {{this.$t('PersonnelSelection')}} - - - -
-
- -
- - -
- {{$t('dataLoading')}} - - - - - - - - - - - - - - - - - - - - - - -
-
- {{$t('cancel')}} - {{$t('submit')}} -
-
+ + + + + + +