diff --git a/jero-web/src/views/projectManagement/components/listAddModel.vue b/jero-web/src/views/projectManagement/components/listAddModel.vue index 326b9794c..6223033d8 100644 --- a/jero-web/src/views/projectManagement/components/listAddModel.vue +++ b/jero-web/src/views/projectManagement/components/listAddModel.vue @@ -21,6 +21,7 @@ v-model="queryParam.serial_number"> + {{$t('query')}} {{$t('reset')}} + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + + @@ -96,6 +102,7 @@ props: ['url'], data() { return { + toggleSearchStatus: false, visible: false, queryParam: {}, confirmLoading: false, @@ -164,6 +171,9 @@ }, methods: { + handleToggleSearch() { + this.toggleSearchStatus = !this.toggleSearchStatus + }, addModel() { this.visible = true this.queryParam = {} @@ -301,7 +311,7 @@ } .title-text { - width: 33px; + width: 110px; color: #000F16; display: inline-block; font-weight: 500;