Skip to content
代码片段 群组 项目
提交 9c877b40 编辑于 作者: houjiazong's avatar houjiazong
浏览文件

fix: filter

上级 fa03816d
No related branches found
No related tags found
无相关合并请求
......@@ -3,7 +3,8 @@
:list="list"
:columns="columns"
:group-actions="groupActions"
:single-actions="singleActions" />
:single-actions="singleActions"
default-search-key="cloudregion" />
</template>
<script>
......@@ -32,8 +33,9 @@ export default {
getParams: this.getParams,
idKey: 'cloudregion_id',
filterOptions: {
joint_filter: {
cloudregion: {
label: this.$t('cloudenv.text_95'),
filter: true,
jointFilter: true,
formatter: val => {
return `cloudregions.id(cloudregion_id).name.contains('${val}')`
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册