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;