调整菜单结构,增加通道列表,支持节点搜索

This commit is contained in:
lin
2025-07-02 17:21:20 +08:00
parent e194c027cb
commit 8d488b33e9
44 changed files with 2865 additions and 249 deletions

View File

@@ -4,7 +4,7 @@
<el-form :inline="true" size="mini">
<el-form-item label="搜索">
<el-input
v-model="searchSrt"
v-model="searchStr"
style="margin-right: 1rem; width: auto;"
size="mini"
placeholder="关键字"
@@ -159,7 +159,7 @@ export default {
defaultPlatform: null,
platform: null,
pushChannelLoading: false,
searchSrt: '',
searchStr: '',
currentPage: 1,
count: 15,
total: 0
@@ -296,7 +296,7 @@ export default {
this.$store.dispatch('platform/query', {
count: this.count,
page: this.currentPage,
query: this.searchSrt
query: this.searchStr
})
.then((data) => {
this.total = data.total