{{ scope.row.brokerageUserType === 1 ? '企业' : '个人' }}
{{ scope.row.settleStatus === 1 ? '待生效' : scope.row.settleStatus === 2 ? '冻结中' : scope.row.settleStatus === 3 ? '待结算' : scope.row.settleStatus === 4 ? "结算中" : scope.row.settleStatus === 5 ? '已结算' : '无效' }}
{{ scope.row.settleTime ? scope.row.settleTime : '--/——' }}