查询
重置
{{ scope.row.profitUserName || '未知用户' }}
{{ scope.row.profitUserAccount || '-' }}
{{ scope.row.userRoleName || '-' }}
{{ scope.row.profitRatio || 0 }}%
{{ scope.row.agentName || '未知代理商' }}
{{ scope.row.enabledMark === 1 ? '启用' : '禁用' }}
{{ scope.row.creatorTime ? new Date(scope.row.creatorTime).toLocaleString() : '-' }}
{{ scope.row.description || '-' }}
编辑
删除
.profit-ratio {
font-weight: 600;
color: #409EFF;
}
.el-select {
width: 100%;
}