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