Sfoglia il codice sorgente

我的审批中头部搜索修改

新疆警官学校中职
libo 1 anno fa
parent
commit
41ea48da29
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +4
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-mpui/learun-ui-mp/banner.vue
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/list.vue

+ 4
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-mpui/learun-ui-mp/banner.vue Vedi File

@@ -33,6 +33,7 @@
<input
@input="searchTextChange"
@focus="$emit('inputFocus', $event)"
@blur="blur"
:placeholder-style="placeholderStyle"
:adjust-position="false"
:placeholder="placeholder"
@@ -80,7 +81,9 @@ export default {
this.$emit('input', e.detail.value)
this.$emit('change', e.detail.value)
},

blur(e){
this.$emit('blur', e.detail.value)
},
clickLeft(e) {
this.$emit('clickLeft', e)
},


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/list.vue Vedi File

@@ -4,7 +4,7 @@
<!-- 顶部搜索框与菜单 -->
<l-banner
v-model="searchText"
@input="searchChange"
@blur="searchChange"
placeholder="搜索任务名/关键字"
type="search"
noshadow


Caricamento…
Annulla
Salva