Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
fb12861cef42ef19d6f6963628783e99295a3578
Authored by
fengwotao
2023-07-11 15:51:24 +0800
1 parent
0f3a6079
perf(src/packages): 优化信息下按钮组件按钮配置可以支持搜索过滤
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/packages/components/external/Informations/Mores/Button/config.vue
src/packages/components/external/Informations/Mores/Button/config.vue
View file @
fb12861
...
...
@@ -49,6 +49,7 @@
49
49
style="width: 13.5vw"
50
50
placeholder="请选择目标项"
51
51
multiple
52
+
filterable
52
53
v-model:value="optionData.selectTargetItems"
53
54
:options="selectTargetItemOptions"
54
55
/>
...
...