GitBucket
4.6.0
import { editTable } from "./table/edit-table"
/**
* 网格风格构建类
*/
export const TableStyleFactory = {
buildTable: function (dlgId, dsId, conf) {
// 表单网格明细
return editTable(dlgId, dsId, conf);
}
}