fix(高级搜索): 日期类型自定义字段控件不展示
--bug=1014986 --user=李玉号 【测试跟踪】功能用例-高级搜索-搜索时间选择器字段时,“之间”的选项结果没有可以选择框 https://www.tapd.cn/55049933/s/1204084
This commit is contained in:
parent
2a3e45db8d
commit
6a8065853e
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<ms-table-search-component v-model="component.operator.value" :component="component" v-bind="$attrs"
|
||||
v-on="$listeners">
|
||||
@change="change" v-on="$listeners">
|
||||
<template v-slot="scope">
|
||||
<el-date-picker
|
||||
v-model="scope.component.value" v-bind="scope.component.props"
|
||||
|
|
Loading…
Reference in New Issue