解决方案
fixed列设置固定width空白列就没了
{title: '设备编号', dataIndex: 'meterCode', align: 'center',width: 200,fixed: 'left'},
{title: '设备名称', dataIndex: 'meterName', align: 'center',width: 200,fixed: 'left'},
{title: '硬件ID', dataIndex: 'meterId', align: 'center'},
{title: '绑定账号', dataIndex: 'meterUser', align: 'center'},
{title: '设备状态', dataIndex: 'meterState', align: 'center'},
{title: '操作', scopedSlots: {customRender: 'action'}, align: 'center',width:80,fixed:'right'},