摘要:
{ title: '考勤规则', dataIndex: 'workRuleType', customRender: (text) => `${tool.dictTypeData('WORK_RULE_TYPE', String(text.record.workRuleType))}` }, 阅读全文
摘要:
const columns = [{ title: `${i}\n周一`, dataIndex: `date${i}`, width: 57, align: 'center', customHeaderCell: () => { return { style: { whiteSpace: 'pre- 阅读全文