Merge pull request #458 from dataease/pr@v1.1@fix_去除已读消息搜索

fix: 去除已读消息搜索
This commit is contained in:
fit2cloud-chenyw 2021-08-02 15:39:08 +08:00 committed by GitHub
commit 4dea5ceda1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,9 @@
<complex-table
:data="data"
:columns="columns"
:hide-columns="true"
:pagination-config="paginationConfig"
:search-config="searchConfig"
@select="select"
@search="search"
@selection-change="handleSelectionChange"
@ -93,7 +95,11 @@ export default {
pageSize: 10,
total: 0
},
multipleSelection: []
multipleSelection: [],
searchConfig: {
useQuickSearch: false,
useComplexSearch: false
}
}
},
computed: {