08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / hivuiBirt / templates / compose / TableStyleFactory.js
import { editTable } from "./table/edit-table"

/**
 * 网格风格构建类
 */
export const TableStyleFactory = {
    buildTable: function (dlgId, dsId, conf) {
        // 表单网格明细
        return editTable(dlgId, dsId, conf);
    }
}