未加颜色设置前: { fieldLabel: '所属城市 ' name:'regionName', columnWidth: 0.5, }
加入样式设置:
{
fieldLabel: '所属城市 ',
fieldStyle:'background-color: #DFE9F6;border-color: #DFE9F6; background-image: none;'
name:'regionName',
columnWidth: 0.5,
}