Browse Source

下拉框新增模糊搜索

chenyubai 8 months ago
parent
commit
37d9393716
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/TablePage/index.vue

+ 1 - 0
src/components/TablePage/index.vue

@ -49,6 +49,7 @@
								:key="i"
								:placeholder="item.label"
								v-model="searchForm[item.id]"
								:filterable="item.filterable"
								:clearable="item.clearable===false? false : true"  >
								<el-option
									v-for="item in item.optionList"