// 社保 export const socialSecurityColumns = [{ title: "方案名称", dataIndex: "title", key: "title" }, { title: "缴纳类型", dataIndex: "username", key: "username" }, { title: "缴纳范围", dataIndex: "projectName", key: "projectName" }, { title: "备注", dataIndex: "customer", key: "customer" }, { title: "操作", dataIndex: "customer", key: "customer" }]; // 公积金 export const accumulationFundColumns = [{ title: "方案名称", dataIndex: "title", key: "title" }, { title: "缴纳类型", dataIndex: "username", key: "username" }, { title: "缴纳范围", dataIndex: "projectName", key: "projectName" }, { title: "备注", dataIndex: "customer", key: "customer" }, { title: "操作", dataIndex: "customer", key: "customer" }]; // 企业年金及其他福利 export const otherBenefitsColumns = [ { title: "方案名称", dataIndex: "title", key: "title" }, { title: "缴纳类型", dataIndex: "title", key: "title" }, { title: "缴纳范围", dataIndex: "title", key: "title" }, { title: "备注", dataIndex: "title", key: "title" }, { title: "操作", dataIndex: "title", key: "title" } ]; export const CustomBenefitsColumns = [ { title: "福利名称", dataIndex: "title", key: "title" }, { title: "启用", dataIndex: "title", key: "title" }, { title: "类型", dataIndex: "title", key: "title" }, { title: "缴纳对象", dataIndex: "title", key: "title" }, { title: "操作", dataIndex: "title", key: "title" } ]; export const insertUpdateColumns = [ { title: "类型名称", dataIndex: "insuranceName", key: "insuranceName", width: 120, fixed: 'left' }, { title: "是否缴费", dataIndex: "isPayment", key: "isPayment", width: 100 }, { title: "缴纳对象", dataIndex: "paymentScope", key: "paymentScope", width: 100 }, { title: "缴纳周期", dataIndex: "paymentCycle", key: "paymentCycle", width: 200 }, { title: "核算方式", dataIndex: "accountType", key: "accountType", width: 200 }, { title: "基数下限", dataIndex: "lowerLimit", key: "lowerLimit", width: 100 }, { title: "基数上限", dataIndex: "upperLimit", key: "upperLimit", width: 100 }, { title: "缴纳比例%", dataIndex: "paymentProportion", key: "paymentProportion", width: 100 }, { title: "固定费用", dataIndex: "fixedCost", key: "fixedCost", width: 100 }, { title: "有效小数位", dataIndex: "validNum", key: "validNum", width: 100 }, { title: "进位规则", dataIndex: "rententionRule", key: "rententionRule", width: 100 } ]; export const dataSource = [];