提交 efe7ce98 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 61bf50e5
...@@ -131,9 +131,10 @@ watch( ...@@ -131,9 +131,10 @@ watch(
<b>{{ item.level }}</b> <b>{{ item.level }}</b>
</div> </div>
<div class="rfm-box-body"> <div class="rfm-box-body">
<el-select placeholder="选择属性值" v-model="item.value" filterable allow-create :loading="loading"> <el-autocomplete v-model="item.value" placeholder="选择属性值" :fetch-suggestions="querySearch" />
<!-- <el-select placeholder="选择属性值" v-model="item.value" filterable allow-create :loading="loading">
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value" />
</el-select> </el-select> -->
</div> </div>
</div> </div>
</template> </template>
...@@ -144,10 +145,10 @@ watch( ...@@ -144,10 +145,10 @@ watch(
> >
</div> </div>
<div class="rfm-box-body"> <div class="rfm-box-body">
<el-autocomplete v-model="item.min_value" class="rfm-box-input" :fetch-suggestions="querySearch" clearable /> <el-autocomplete v-model="item.min_value" class="rfm-box-input" :fetch-suggestions="querySearch" />
<!-- <el-input v-model="item.min_value" class="rfm-box-input"></el-input> --> <!-- <el-input v-model="item.min_value" class="rfm-box-input"></el-input> -->
~ ~
<el-autocomplete v-model="item.max_value" class="rfm-box-input" :fetch-suggestions="querySearch" clearable /> <el-autocomplete v-model="item.max_value" class="rfm-box-input" :fetch-suggestions="querySearch" />
<!-- <el-input v-model="item.max_value" class="rfm-box-input"></el-input> --> <!-- <el-input v-model="item.max_value" class="rfm-box-input"></el-input> -->
</div> </div>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论