From b6c8917317bb7985b419bf3c9c73f7283ec25d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Fri, 30 Dec 2022 14:35:02 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=BF=BB=E8=AF=91-=E8=B0=83=E5=8F=96?= =?UTF-8?q?=E5=B7=B2=E5=85=A5=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/RetrieveFilesList.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue index 0cff12aca..5fc710503 100644 --- a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue +++ b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue @@ -21,6 +21,7 @@ v-model="queryParam.serial_number"> + {{$t('query')}} {{$t('reset')}} + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + + @@ -105,6 +111,7 @@ components: {}, data() { return { + toggleSearchStatus: false, visible: false, queryParam: {}, confirmLoading: false, @@ -180,6 +187,9 @@ }, methods: { + handleToggleSearch() { + this.toggleSearchStatus = !this.toggleSearchStatus + }, handleInput(value) { this.$nextTick(() => { this.formInline = { ...this.formInline } @@ -310,7 +320,7 @@ } .title-text { - width: 33px; + width: 110px; color: #000F16; display: inline-block; font-weight: 500;