UNPKG

epmp-cli

Version:

A simple init for epm scaffolding projects.

9 lines (8 loc) 349 B
/** * @method editTable编辑前事件,根据参数属性不同,变换itemtype * @param {props 内部方法,moduleId(区域id), item(模版当前列的项), index(当前索引),value(当前值), record(行数据)} */ export default function tableOnBeforeEvent(props, moduleId, obj, index, value, record) { // ... return true; }