表格过滤部分字段

This commit is contained in:
mkppo 2021-12-07 10:24:50 +08:00
parent af6dde184e
commit dcf757ea4f

View File

@ -246,7 +246,9 @@ 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)) {
table.columns.push(format(column)); table.columns.push(format(column));
}
}); });
// 服务 // 服务