export enum ContractStatusEnum { Pending = 0, // 待审核 Approved = 1, // 已通过 Rejected = 2, // 已拒绝 } // 使用es6数组方法遍历枚举