fix(高级搜索): 日期类型自定义字段控件不展示

--bug=1014986 --user=李玉号 【测试跟踪】功能用例-高级搜索-搜索时间选择器字段时,“之间”的选项结果没有可以选择框
https://www.tapd.cn/55049933/s/1204084
This commit is contained in:
shiziyuan9527 2022-07-19 14:12:29 +08:00 committed by shiziyuan9527
parent 2a3e45db8d
commit 6a8065853e
1 changed files with 1 additions and 1 deletions

View File

@ -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"