mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
表格过滤部分字段
This commit is contained in:
parent
af6dde184e
commit
dcf757ea4f
@ -246,7 +246,9 @@ function createVue({ router, columns, prefix, api, module, filename }: any): voi
|
||||
upsert.items.push(format(item));
|
||||
}
|
||||
|
||||
table.columns.push(format(column));
|
||||
if (!["cl-codemirror", "cl-editor-quill"].includes(item.component.name)) {
|
||||
table.columns.push(format(column));
|
||||
}
|
||||
});
|
||||
|
||||
// 服务
|
||||
|
Loading…
Reference in New Issue
Block a user