This commit is contained in:
周俊杰
2023-06-19 09:09:06 +08:00
parent 26d89c47a3
commit 05135a16d4
2 changed files with 10 additions and 10 deletions

View File

@@ -8,12 +8,12 @@
v-model="form.unified_key" v-model="form.unified_key"
placeholder="unified_key" placeholder="unified_key"
class="filter-item" class="filter-item"
@change="crud.toQuery"
clearable clearable
filterable filterable
size="small"> size="small"
<el-option v-for="(item,index) in unified_key" :key="index" :label="item.label" :value="item.value"> @change="crud.toQuery"
</el-option> >
<el-option v-for="(item,index) in unified_key" :key="index" :label="item.label" :value="item.value" />
</el-select> </el-select>
<el-input <el-input
v-model="query.code" v-model="query.code"