yyb
19 小时以前 352f7bbb74f1b6c57b3d3e576849d0565932fbd4
1
2
3
4
5
6
7
8
9
10
import { enrichInstanceRowFromFormConfig } from "./approvalInstanceFormConfigTable.js";
 
/** @deprecated 统一使用 enrichInstanceRowFromFormConfig */
export const enrichLeaveListRow = enrichInstanceRowFromFormConfig;
export const enrichOvertimeListRow = enrichInstanceRowFromFormConfig;
export const enrichRegularListRow = enrichInstanceRowFromFormConfig;
export const enrichTransferListRow = enrichInstanceRowFromFormConfig;
export const enrichWorkHandoverListRow = enrichInstanceRowFromFormConfig;
 
export { enrichInstanceRowFromFormConfig };