/** 管控额度管理列表COLUMN*/ export const QUOTACONTROLLISTCOLUMN = [{ prop: "serialNo", label: "额度流水号", width: "160" }, { prop: "quotaObjectTypeDesc", label: "额度对象类型", width: "160" }, { prop: "quotaObjectType", label: "额度对象编号", width: "120" }, { prop: "quotaObjectName", label: "额度对象名称", width: "180" }, { prop: "quotaControlTypeDesc", label: "额度类型", width: "150" }, { prop: "productName", label: "产品", width: "160" }, { prop: "cityDesc", label: "城市", width: "160" }, { prop: "subCompany", label: "子公司", width: "160" }, { prop: "controlStatusDesc", label: "额度状态", width: "160" }, { prop: "approveStatusDesc", label: "修改审核状态", width: "160" }, { prop: "creditAmt", label: "授信额度", width: "160" }, { prop: "surplusAmt", label: "剩余额度", width: "160" }, { prop: "leverMultiple", label: "基础额度杠杆倍数", width: "180" }, { prop: "effectiveDate", label: "额度生效日", width: "160" }, { prop: "disEffectiveDate", label: "额度失效日", width: "160" }, { prop: "operationOption", width: "150px", label: "操作管理", align: "center", fixed: "right", type: "buttons" } ];