摘要:
{ title: '已完成金额', dataIndex: 'finishAmount', scopedSlots: { customRender: 'contractAmountModel' } } <span slot="contractAmountModel" slot-scope="text" 阅读全文
摘要:
Select (Case when replace(date_format(create_time, '%m'), 0, '') in (1,2,3) then '一季度' when replace(date_format(create_time, '%m'), 0, '') in (4,5,6) 阅读全文
