From ddfed94cd8285a3e9a48a71f1460eb707460d6ef 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 11:41:04 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=9C=88=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulationReport/components/modules/addModel.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue index 9d76d32f0..3a8fe55a9 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue @@ -21,6 +21,7 @@ v-model="queryParam.serial_number"> + {{$t('query')}} {{$t('reset')}} + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + + @@ -100,6 +106,7 @@ }, data() { return { + toggleSearchStatus: false, visible: false, confirmLoading: false, selectedRowKeys: [], @@ -170,6 +177,9 @@ }, methods: { + handleToggleSearch() { + this.toggleSearchStatus = !this.toggleSearchStatus + }, addModel() { this.visible = true this.queryParam = {} @@ -295,7 +305,7 @@ } .title-text { - width: 69px; + width: 110px; color: #000F16; display: inline-block; font-weight: 500;