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

chore: update

上级 c8d750da
...@@ -17,5 +17,5 @@ watchEffect(() => { ...@@ -17,5 +17,5 @@ watchEffect(() => {
placeholder="请选择" placeholder="请选择"
style="width: 100%" style="width: 100%"
:options="options" :options="options"
:props="{ label: 'name', value: 'id', emitPath: false, checkStrictly: true, expandTrigger: 'hover' }" /> :props="{ label: 'name', value: 'id', emitPath: false, checkStrictly: true }" />
</template> </template>
...@@ -63,7 +63,7 @@ const handleSelect = (item) => { ...@@ -63,7 +63,7 @@ const handleSelect = (item) => {
placeholder="请输入关键词搜索商品分类" placeholder="请输入关键词搜索商品分类"
size="large" size="large"
:options="options" :options="options"
:props="{ label: 'name', value: 'id', emitPath: false, expandTrigger: 'hover' }" :props="{ label: 'name', value: 'id', emitPath: false }"
style="width: 100%" /> style="width: 100%" />
</el-form-item> </el-form-item>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论